modules and nushell

This commit is contained in:
Julian Sutter 2023-01-25 13:09:15 -08:00
parent f1c56b3efa
commit af5d860ea0
5 changed files with 3 additions and 4 deletions

View file

@ -18,8 +18,8 @@
./systems/common.nix
./systems/framework.nix
./users/jsutter.nix
./roles/gnome.nix
./roles/nushell
./modules/gnome.nix
./modules/nushell
];
};
aurora = nixpkgs.lib.nixosSystem {

View file

@ -1,8 +1,7 @@
{...}:
{
programs.nushell = {
home-manager-.rograms.nushell = {
enable = true;
configFile.source = ./config.nu;
envFile.source = ./env.nu;
};