BROKEN: Expanding desktop option
This commit is contained in:
parent
562a8b7a2e
commit
d0a41df000
44 changed files with 272 additions and 296 deletions
|
|
@ -9,9 +9,11 @@
|
|||
./nh.nix
|
||||
./nixpkgs.nix
|
||||
./substituters.nix
|
||||
./nix-index.nix
|
||||
];
|
||||
|
||||
# Really annoying message when command not found
|
||||
programs.command-not-found.enable = false;
|
||||
|
||||
# we need git for flakes
|
||||
environment.systemPackages = [pkgs.git];
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
programs.command-not-found.enable = false;
|
||||
programs.nix-index = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue