home: refact for modular home-manager : emails and tmux
This commit is contained in:
parent
4ef4631356
commit
eef1090086
50 changed files with 220 additions and 2509 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue