stylix changes, cleanup and minor config changes
This commit is contained in:
parent
cc28b83270
commit
965e846234
2 changed files with 9 additions and 23 deletions
|
@ -99,9 +99,11 @@
|
|||
shell = pkgs.fish;
|
||||
linger = true;
|
||||
};
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: true;
|
||||
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
allowUnfreePredicate = pkg: true;
|
||||
};
|
||||
|
||||
environment.shells = with pkgs; [ bash fish zsh ];
|
||||
# List packages installed in system profile. To search, run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue