diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-18 12:22:04 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-18 12:22:04 +0530 | 
| commit | fae3bcc8c9a51e5315d01139b3ae39c0178fee6c (patch) | |
| tree | 80efa6743716598789679ad8eece6d575ae7bbf4 /modules/core | |
| parent | 2ef439d8f512b7293e36ad85b4ffb9709f366dfb (diff) | |
update
Diffstat (limited to 'modules/core')
| -rw-r--r-- | modules/core/global.nix | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/modules/core/global.nix b/modules/core/global.nix index f44855d..7d372ab 100644 --- a/modules/core/global.nix +++ b/modules/core/global.nix @@ -11,8 +11,6 @@ in {      nixPath = [ "nixpkgs=${nix_path}" ];    }; -  boot.kernelPackages = pkgs.linuxPackages_zen; -    systemd.tmpfiles.rules = [      "L+ ${nix_path} - - - - ${pkgs.path}"    ]; | 
