From 71875f0b723fb51ec59a18ee612d385702fb8765 Mon Sep 17 00:00:00 2001 From: polwex Date: Wed, 11 Sep 2024 15:09:05 +0700 Subject: m --- hosts/local/fw11/configuration.nix | 1 + hosts/local/ohira/configuration.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'hosts/local') diff --git a/hosts/local/fw11/configuration.nix b/hosts/local/fw11/configuration.nix index 32c27b7..b83f185 100644 --- a/hosts/local/fw11/configuration.nix +++ b/hosts/local/fw11/configuration.nix @@ -35,6 +35,7 @@ in { boot.loader.efi.canTouchEfiVariables = true; # boot.supportedFilesystems = ["ntfs"]; # boot.kernelPackages = lib.mkForce unfreePkgs.linuxKernel.packages.linux_xanmod_latest; + boot.kernelPackages = pkgs.linuxPackages_latest; services.fprintd.enable = true; networking = { diff --git a/hosts/local/ohira/configuration.nix b/hosts/local/ohira/configuration.nix index 41e058d..91d4abf 100644 --- a/hosts/local/ohira/configuration.nix +++ b/hosts/local/ohira/configuration.nix @@ -116,7 +116,7 @@ description = "y"; extraGroups = ["networkmanager" "wheel"]; packages = with pkgs; [ - firefox + # firefox # thunderbird ]; }; @@ -154,6 +154,7 @@ tree # gui stuff alacritty + firefox brave deluge vlc @@ -166,7 +167,6 @@ iptables #games prismlauncher - grapejuice dosbox # gnomeExtensions.kimpanel -- cgit v1.2.3