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
|
||||
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; };
|
||||
|
|
|
|||
Loading…
Reference in a new issue