more refactor. adding shikane
This commit is contained in:
parent
14ad4cd2c5
commit
7b26c73b59
18 changed files with 851 additions and 764 deletions
|
@ -19,7 +19,7 @@
|
|||
allowUnfree = true;
|
||||
};
|
||||
overlays = builtins.attrValues nix-config.overlays
|
||||
++ [ inputs.niri.overlays.default ];
|
||||
++ [ inputs.niri.overlays.niri ];
|
||||
};
|
||||
|
||||
# environment.etc."nix/inputs/nixpkgs".source = "${nixpkgs}";
|
||||
|
@ -429,7 +429,6 @@
|
|||
#programs.gnupg.enable = true;
|
||||
programs.git.enable = true;
|
||||
|
||||
services.gnome.core-developer-tools.enable = true;
|
||||
environment.gnome.excludePackages = with pkgs; [
|
||||
cheese
|
||||
geary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue