SHELL: WORKS NOW!!!!!!!!!!!!!!!!!!!!!
This commit is contained in:
parent
4d3fa9feba
commit
5082f7dc40
6 changed files with 32 additions and 3 deletions
|
@ -9,7 +9,12 @@
|
|||
devShells.x86_64-linux.default = pkgs.callPackage ./shell.nix {};
|
||||
|
||||
formatter.x86_64-linux = pkgs.alejandra;
|
||||
packages.x86_64-linux= user.packages;
|
||||
packages.x86_64-linux = user.packages;
|
||||
|
||||
apps.x86_64-linux.default = {
|
||||
type = "app";
|
||||
program = "${user.packages.fish}/bin/fish";
|
||||
};
|
||||
nixosModules = {
|
||||
user = user.module;
|
||||
shell = import ./modules/shell {inherit pkgs;};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue