diff --git a/hosts/randolph/home.nix b/hosts/randolph/home.nix index af6c82a..c59404f 100644 --- a/hosts/randolph/home.nix +++ b/hosts/randolph/home.nix @@ -55,7 +55,6 @@ rec { # Install packages home.packages = with pkgs; let - mons = callPackage ../../pkgs/mons/mons.nix { }; archivo = callPackage ../../pkgs/archivo/archivo.nix { }; highway-gothic = callPackage ../../pkgs/highway-gothic/highway-gothic.nix { }; olympus = callPackage ../../pkgs/olympus/package.nix { }; @@ -64,9 +63,6 @@ rec { in [ marksman nil ] ++ # Language servers except those installed through package sections [ texliveFull texlab ] ++ # LaTeX - [ (python3.withPackages (ppkgs: with ppkgs;[ - pyyaml python-lsp-server - ])) ] ++ # I guess..... [ kak-lsp brightnessctl @@ -78,6 +74,7 @@ rec { glib # provides trash and mount (latter may supplant udisks2?) xdg-terminal-exec nwg-displays + kalker ] ++ # Basic utilities [ bitwarden-cli htop snore hledger hledger-ui ] ++ # Personalized selection of command-line (CLI/TUI) apps @@ -135,20 +132,6 @@ rec { 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 = { enable = true; settings = { font-size = 14; };