diff options
| author | Fuwn <[email protected]> | 2024-10-23 03:22:25 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-23 03:22:25 -0700 |
| commit | 5da05d40ecce5d6b70af5d7fedbec2f706fab597 (patch) | |
| tree | 54b5418c3440e6a5a68cbff62546cd4cc3139195 /home/ebisu/core/system/default.nix | |
| parent | home: move encryption subset to shared (diff) | |
| download | nixos-config-5da05d40ecce5d6b70af5d7fedbec2f706fab597.tar.xz nixos-config-5da05d40ecce5d6b70af5d7fedbec2f706fab597.zip | |
home: move system subset to shared
Diffstat (limited to 'home/ebisu/core/system/default.nix')
| -rw-r--r-- | home/ebisu/core/system/default.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/home/ebisu/core/system/default.nix b/home/ebisu/core/system/default.nix index ffa08f2..6c9a64c 100644 --- a/home/ebisu/core/system/default.nix +++ b/home/ebisu/core/system/default.nix @@ -1,13 +1,6 @@ -{ pkgs, ... }: { imports = [ ./encryption - ./fonts ./xdg.nix ]; - - home.packages = with pkgs; [ - gnome-logs - procs - ]; } |