moved users/willifan to home-manager module
This commit is contained in:
parent
2838549a4c
commit
184b0866d4
56 changed files with 243 additions and 276 deletions
15
modules/home-manager/shell/default.nix
Normal file
15
modules/home-manager/shell/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
imports = [
|
||||
./bash.nix
|
||||
./eza.nix
|
||||
./hyfetch.nix
|
||||
./nushell.nix
|
||||
./ssh.nix
|
||||
./starship.nix
|
||||
./zoxide.nix
|
||||
];
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue