Commit 4c73da9

HPCesia <me@hpcesia.com>
2025-08-13 16:16:14
feat(app): add some apps
1 parent 68467f6
Changed files (3)
home
base
linux
home/base/core/core.nix
@@ -100,5 +100,13 @@
         keymap_mode = "vim-normal";
       };
     };
+
+    eza = {
+      enable = true;
+      enableBashIntegration = true;
+      enableFishIntegration = true;
+      icons = "auto";
+      git = true;
+    };
   };
 }
home/base/tui/misc.nix
@@ -15,4 +15,9 @@
   ];
 
   programs.btop.enable = true;
+
+  programs.direnv = {
+    enable = true;
+    nix-direnv.enable = true;
+  };
 }
home/linux/gui/misc.nix
@@ -27,8 +27,9 @@ in {
     cherrystudio
     obs-studio
     gimp3
-    # pot
+    # pot # Disabled until pot update their tauri
     libreoffice-qt6
+    blender
   ];
 
   programs.chromium = {