stylix changes, cleanup and minor config changes

This commit is contained in:
Markus Heurung 2024-06-11 17:37:45 +02:00
parent cc28b83270
commit 965e846234
2 changed files with 9 additions and 23 deletions

View file

@ -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: