modules and nushell
This commit is contained in:
parent
f1c56b3efa
commit
af5d860ea0
5 changed files with 3 additions and 4 deletions
|
|
@ -18,8 +18,8 @@
|
||||||
./systems/common.nix
|
./systems/common.nix
|
||||||
./systems/framework.nix
|
./systems/framework.nix
|
||||||
./users/jsutter.nix
|
./users/jsutter.nix
|
||||||
./roles/gnome.nix
|
./modules/gnome.nix
|
||||||
./roles/nushell
|
./modules/nushell
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
aurora = nixpkgs.lib.nixosSystem {
|
aurora = nixpkgs.lib.nixosSystem {
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
{...}:
|
{...}:
|
||||||
{
|
{
|
||||||
programs.nushell = {
|
home-manager-.rograms.nushell = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
configFile.source = ./config.nu;
|
configFile.source = ./config.nu;
|
||||||
envFile.source = ./env.nu;
|
envFile.source = ./env.nu;
|
||||||
};
|
};
|
||||||
Loading…
Add table
Add a link
Reference in a new issue