summary refs log tree commit diff
path: root/hosts/laptop/cfg.nix
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-05-18 19:47:05 +0300
committertzlil <tzlils@protonmail.com>2023-05-18 19:47:05 +0300
commitebbace8f892f0cae46cce1211efd927066a012f8 (patch)
tree0e64d16c883e2327fcc4fe1797544c2a69c6b77e /hosts/laptop/cfg.nix
parent959dfaaeb7ae01a77f9e2c3c17bac1b7e23d8ea1 (diff)
parenta01a6fbdfcf923b1c9fa55c7bec0617c230e8e67 (diff)
merge
Diffstat (limited to 'hosts/laptop/cfg.nix')
-rw-r--r--hosts/laptop/cfg.nix13
1 files changed, 3 insertions, 10 deletions
diff --git a/hosts/laptop/cfg.nix b/hosts/laptop/cfg.nix
index f766e0a..bd0f364 100644
--- a/hosts/laptop/cfg.nix
+++ b/hosts/laptop/cfg.nix
@@ -41,15 +41,6 @@
       supportedFilesystems = ["ntfs"];
       kernelModules = ["kvm-intel"];
       kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
-      kernelParams = [
-        "console=ttyS0"
-        "init_on_free=1"
-        "page_poison=1"
-        "page_alloc.shuffle=1"
-        "slab_nomerge"
-        "vsyscall=none"
-      ];
-      cleanTmpDir = true;
       loader = {
         systemd-boot = {
           enable = true;
@@ -111,7 +102,9 @@
       }
     ];
 
-    home-manager.users.tzlil.home.packages = [pkgs.schildichat-desktop pkgs.qutebrowser pkgs.keepassxc];
+    home-manager.users.tzlil = {
+      home.packages = [pkgs.schildichat-desktop pkgs.qutebrowser pkgs.keepassxc];
+    };
 
     nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
     powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";