finally working fish!
This commit is contained in:
parent
da3206007b
commit
6825d41ff0
2 changed files with 29 additions and 27 deletions
|
@ -5,9 +5,11 @@
|
|||
user = import ./modules/user {inherit pkgs;};
|
||||
in {
|
||||
nixosConfigurations = import ./hosts inputs;
|
||||
formatter.x86_64-linux = pkgs.alejandra;
|
||||
|
||||
devShells.x86_64-linux.default = pkgs.callPackage ./shell.nix {};
|
||||
packages.x86_64-linux = user.shell;
|
||||
|
||||
formatter.x86_64-linux = pkgs.alejandra;
|
||||
packages.x86_64-linux= user.packages;
|
||||
nixosModules = {
|
||||
user = user.module;
|
||||
shell = import ./modules/shell {inherit pkgs;};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue