feat: added new configuration for enabling fish shell

This commit is contained in:
Zhongheng Liu 2024-08-10 13:17:21 +08:00
commit 8bdd51e77a
No known key found for this signature in database
7 changed files with 73 additions and 12 deletions

View file

@ -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 = {