updated flake
This commit is contained in:
parent
97eea00f4c
commit
3005446961
6 changed files with 65 additions and 71 deletions
|
@ -12,6 +12,7 @@ _: {
|
|||
./anyrun
|
||||
./rofi.nix
|
||||
./kitty.nix
|
||||
#./vivado.nix
|
||||
./steam.nix
|
||||
./waybar.nix
|
||||
./schizofox.nix
|
||||
|
|
|
@ -19,6 +19,10 @@ in {
|
|||
dedicatedServer.openFirewall = true;
|
||||
gamescopeSession.enable = mkIf cfg.gamescope true;
|
||||
};
|
||||
home-manager.users.${username} = {};
|
||||
programs.gamemode.enable = true;
|
||||
environment.systemPackages = [pkgs.protonup];
|
||||
environment.sessionVariables = {
|
||||
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "/home/${username}/.steam/root/compatibilitytoolds.d";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
...
|
||||
}: let
|
||||
cfg = config.modules.programs.stylix;
|
||||
inherit (config.modules.other.system) username;
|
||||
in {
|
||||
options.modules.programs.stylix.enable = lib.mkEnableOption "stylix";
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
@ -50,7 +51,7 @@ in {
|
|||
targets = {
|
||||
console.enable = true;
|
||||
fish.enable = true;
|
||||
grub.enable = true;
|
||||
grub.enable = false;
|
||||
grub.useImage = true;
|
||||
gtk.enable = true;
|
||||
lightdm.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue