From 8bdd51e77a9c997d3a0dfa14b01b57cb16280dcb Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Sat, 10 Aug 2024 13:17:21 +0800 Subject: feat: added new configuration for enabling fish shell --- nixos/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/configuration.nix') diff --git a/nixos/configuration.nix b/nixos/configuration.nix index cad4cf7..80f254e 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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 = { -- cgit