summaryrefslogtreecommitdiff
path: root/home/ebisu/core/filesystem/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-23 03:29:35 -0700
committerFuwn <[email protected]>2024-10-23 03:29:35 -0700
commit1712004ed0d471b32f3b8c9d7122fc6b7261c358 (patch)
tree0a1f3a2fc1fb2a353e7c3762a4e01938689773e6 /home/ebisu/core/filesystem/default.nix
parenthome: split editor to shared (diff)
downloadnixos-config-1712004ed0d471b32f3b8c9d7122fc6b7261c358.tar.xz
nixos-config-1712004ed0d471b32f3b8c9d7122fc6b7261c358.zip
home: split filesystem to shared
Diffstat (limited to 'home/ebisu/core/filesystem/default.nix')
-rw-r--r--home/ebisu/core/filesystem/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/home/ebisu/core/filesystem/default.nix b/home/ebisu/core/filesystem/default.nix
index 394cc04..9804f0b 100644
--- a/home/ebisu/core/filesystem/default.nix
+++ b/home/ebisu/core/filesystem/default.nix
@@ -5,18 +5,9 @@
./archive.nix
];
- programs = {
- nnn.enable = true;
- # lf.enable = true;
- };
-
home.packages = with pkgs; [
- nemo
- dust
dysk
ncdu
file
- yazi
- broot
];
}