Initial commit
This commit is contained in:
9
home/axolotsh-server/index.nix
Normal file
9
home/axolotsh-server/index.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ self, ... } : {
|
||||
imports = [
|
||||
"${self}/home/common/bash-aliases.nix"
|
||||
"${self}/home/common/git.nix"
|
||||
"${self}/home/common/fastfetch.nix"
|
||||
|
||||
./packages.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user