aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/minimal.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-12-30 10:33:31 -0800
committerFranck Cuny <franck@fcuny.net>2025-12-30 11:33:46 -0800
commit7281f05669e92e3568f837591912350b32951555 (patch)
tree61964e392409ab188599af47e58d9a9154ab33ce /home/profiles/minimal.nix
parentinstall mkv related tools (diff)
downloadinfra-7281f05669e92e3568f837591912350b32951555.tar.gz
organize programs in a way that makes sense to me
Diffstat (limited to '')
-rw-r--r--home/profiles/minimal.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/home/profiles/minimal.nix b/home/profiles/minimal.nix
index 8590dd9..d519374 100644
--- a/home/profiles/minimal.nix
+++ b/home/profiles/minimal.nix
@@ -4,13 +4,12 @@ let
in
{
imports = [
- ./eza.nix
- ./fish.nix
+ ../programs/cli/bat.nix
+ ../programs/cli/eza.nix
+ ../programs/cli/tmux.nix
+ ../programs/shell/fish.nix
];
- programs.bat.enable = true;
- programs.tmux.enable = true;
-
home.homeDirectory = "/home/${username}";
home.stateVersion = "25.05";
}