home
This commit is contained in:
parent
ee9c1366a9
commit
5d88fe7b77
12 changed files with 289 additions and 97 deletions
|
|
@ -21,6 +21,7 @@
|
|||
systemPackages = with pkgs; [
|
||||
mangohud
|
||||
protonup
|
||||
protontricks
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{stylix, pkgs, config, lib, ...}: {
|
||||
{pkgs, stylix, config, lib, ...}: {
|
||||
imports = [ stylix.nixosModules.stylix ];
|
||||
|
||||
options.auto_styling.enable = lib.mkEnableOption "Enable Stylix";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue