diff --git a/configuration.nix b/configuration.nix index 224639b..6d924c1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -12,6 +12,7 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix + ./kernel.nix ./gnome.nix ./sway.nix ]; @@ -19,7 +20,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.loader.timeout = 2; - boot.kernelPackages = pkgs.linuxPackages_latest; + #boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelParams = [ "video=efifb" "fbcon=rotate:1" "quiet" ]; boot.kernel.sysctl."vm.swappiness" = 1; hardware.cpu.intel.updateMicrocode = true; @@ -39,8 +40,9 @@ environment.systemPackages = with pkgs; [ wget neovim curl git neofetch pv ncdu mesa-demos mpv exa aria2 kitty firefox-wayland rsync qutebrowser qbittorrent gimp synergy - vulkan-tools vulkan-loader ranger nnn fd mdcat youtube-dl - lazygit htop libva-utils intel-gpu-tools fscrypt-experimental + vulkan-tools vulkan-loader ranger nnn fd mdcat youtube-dl atool p7zip + lazygit htop libva-utils intel-gpu-tools fscrypt-experimental zstd + element-desktop ]; #Flatpak @@ -65,7 +67,7 @@ services.tlp.enable = true; # Enable the OpenSSH daemon. - # services.openssh.enable = true; + services.openssh.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];