we just gettin started
just a few more modules, like bitwarden, syncthing, screenshots
This commit is contained in:
parent
6b87cd99c8
commit
5fa40025d0
23 changed files with 227 additions and 61 deletions
|
|
@ -8,8 +8,9 @@
|
|||
{
|
||||
imports = [
|
||||
./kitty.nix
|
||||
./ranger.nix
|
||||
./file-manager.nix
|
||||
./fish.nix
|
||||
./toys.nix
|
||||
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,10 @@
|
|||
{
|
||||
options = {
|
||||
terminal = {
|
||||
ranger.enable = lib.mkEnableOption "enable ranger";
|
||||
ranger = {
|
||||
enable = lib.mkEnableOption "enable ranger";
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -18,5 +21,9 @@
|
|||
enable = true;
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
unzip
|
||||
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
@ -21,6 +21,6 @@
|
|||
fastfetch
|
||||
cmatrix
|
||||
astroterm
|
||||
]
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue