gitea repo
This commit is contained in:
commit
f610209aff
66 changed files with 2439 additions and 0 deletions
17
modules/apps/01_tui_advance.nix
Normal file
17
modules/apps/01_tui_advance.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
# advanced tui apps beyond the scope of basic headless
|
||||
{ config, ... }: {
|
||||
|
||||
imports = [ ./00_tui_base.nix ];
|
||||
|
||||
config = {
|
||||
home-manager.users.${config.user} = { pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
tealdeer
|
||||
gocryptfs
|
||||
pciutils
|
||||
usbutils
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue