mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
207 current 2024-07-29 14:07:51 24.11.20240703.9f4128e 6.9.7-zen1 *
This commit is contained in:
parent
2bbf347801
commit
0b9a2b8f6d
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,7 @@ in
|
|||
boot.loader.grub.efiInstallAsRemovable = true;
|
||||
# add user to "openrazer" group
|
||||
hardware.openrazer.enable = true;
|
||||
hardware.openrazer.users = ["meyer"];
|
||||
hardware.openrazer.users = [ "meyer" ];
|
||||
hardware.i2c.enable = true;
|
||||
hardware.xpadneo.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
|
@ -186,6 +186,7 @@ in
|
|||
fuse
|
||||
fuse3
|
||||
mimalloc
|
||||
libstdcxx5
|
||||
];
|
||||
programs.ssh.startAgent = true;
|
||||
programs.ssh.askPassword = pkgs.lib.mkForce "${pkgs.ksshaskpass.out}/bin/ksshaskpass";
|
||||
|
|
Loading…
Reference in a new issue