feat: added new configuration for enabling fish shell
This commit is contained in:
parent
51c7913ad5
commit
8bdd51e77a
7 changed files with 73 additions and 12 deletions
|
@ -15,7 +15,7 @@
|
|||
./services/laptop.preset.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
#boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.supportedFilesystems = ["ntfs"];
|
||||
security.pam.services.hyprlock = {};
|
||||
hardware.bluetooth = {
|
||||
|
@ -98,7 +98,7 @@
|
|||
packages = with pkgs; [
|
||||
nh
|
||||
];
|
||||
extraGroups = ["wheel"];
|
||||
extraGroups = ["wheel" "input"];
|
||||
};
|
||||
};
|
||||
services.openssh = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue