Removed python and installed kalker. Also removed some unused stuff.
This commit is contained in:
parent
a31feb1852
commit
d588aaeaae
|
|
@ -55,7 +55,6 @@ rec {
|
||||||
# Install packages
|
# Install packages
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs;
|
||||||
let
|
let
|
||||||
mons = callPackage ../../pkgs/mons/mons.nix { };
|
|
||||||
archivo = callPackage ../../pkgs/archivo/archivo.nix { };
|
archivo = callPackage ../../pkgs/archivo/archivo.nix { };
|
||||||
highway-gothic = callPackage ../../pkgs/highway-gothic/highway-gothic.nix { };
|
highway-gothic = callPackage ../../pkgs/highway-gothic/highway-gothic.nix { };
|
||||||
olympus = callPackage ../../pkgs/olympus/package.nix { };
|
olympus = callPackage ../../pkgs/olympus/package.nix { };
|
||||||
|
|
@ -64,9 +63,6 @@ rec {
|
||||||
in
|
in
|
||||||
[ marksman nil ] ++ # Language servers except those installed through package sections
|
[ marksman nil ] ++ # Language servers except those installed through package sections
|
||||||
[ texliveFull texlab ] ++ # LaTeX
|
[ texliveFull texlab ] ++ # LaTeX
|
||||||
[ (python3.withPackages (ppkgs: with ppkgs;[
|
|
||||||
pyyaml python-lsp-server
|
|
||||||
])) ] ++ # I guess.....
|
|
||||||
[
|
[
|
||||||
kak-lsp
|
kak-lsp
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
|
@ -78,6 +74,7 @@ rec {
|
||||||
glib # provides trash and mount (latter may supplant udisks2?)
|
glib # provides trash and mount (latter may supplant udisks2?)
|
||||||
xdg-terminal-exec
|
xdg-terminal-exec
|
||||||
nwg-displays
|
nwg-displays
|
||||||
|
kalker
|
||||||
] ++ # Basic utilities
|
] ++ # Basic utilities
|
||||||
[ bitwarden-cli htop snore hledger hledger-ui ]
|
[ bitwarden-cli htop snore hledger hledger-ui ]
|
||||||
++ # Personalized selection of command-line (CLI/TUI) apps
|
++ # Personalized selection of command-line (CLI/TUI) apps
|
||||||
|
|
@ -135,20 +132,6 @@ rec {
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
# programs.git = {
|
|
||||||
# enable = true;
|
|
||||||
# userName = "vorboyvo";
|
|
||||||
# userEmail = "mrsirofvibe@outlook.com";
|
|
||||||
# extraConfig = {
|
|
||||||
# init.defaultBranch = "main";
|
|
||||||
# core.editor = "kak";
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
|
|
||||||
# home.sessionPath = [
|
|
||||||
# "$HOME/.local/share/coursier/bin"
|
|
||||||
# ];
|
|
||||||
|
|
||||||
programs.swaylock = {
|
programs.swaylock = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = { font-size = 14; };
|
settings = { font-size = 14; };
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue