9 lines
122 B
Nix
9 lines
122 B
Nix
{ self, ... } : {
|
|
imports = [
|
|
"${self}/home/common/fastfetch.nix"
|
|
|
|
./bash-aliases.nix
|
|
|
|
./packages.nix
|
|
];
|
|
} |