home: refact for modular home-manager : emails and tmux

This commit is contained in:
Florian Schmitt 2025-03-29 22:09:52 +03:00
parent 4ef4631356
commit eef1090086
50 changed files with 220 additions and 2509 deletions

View file

@ -62,11 +62,6 @@
firefox.nativeMessagingHosts.packages = [ pkgs.passff-host ];
hyprland.enable = true;
niri.enable = true;
ssh.askPassword = pkgs.lib.mkForce "${pkgs.ksshaskpass.out}/bin/ksshaskpass"; # conflict between kde and gnome cf. https://github.com/NixOS/nixpkgs/issues/75867
ssh.startAgent = true;
steam.enable = true;
nix-ld.enable = true;
# Sets up all the libraries to load
nix-ld.libraries = with pkgs; [
@ -74,6 +69,9 @@
stdenv.cc.cc.lib
zlib
];
ssh.askPassword = pkgs.lib.mkForce "${pkgs.ksshaskpass.out}/bin/ksshaskpass"; # conflict between kde and gnome cf. https://github.com/NixOS/nixpkgs/issues/75867
ssh.startAgent = true;
steam.enable = true;
};
# Allow unfree packages
@ -144,7 +142,6 @@
mumble
nextcloud-client
pcmanfm
thunderbird
tigervnc
transmission_4-qt
unetbootin