remove steam ans lutris
This commit is contained in:
parent
3344862ea0
commit
6499169eab
4 changed files with 0 additions and 17 deletions
|
@ -3,7 +3,6 @@ _: {
|
||||||
allowOther = true;
|
allowOther = true;
|
||||||
directories = [
|
directories = [
|
||||||
".cache/aria2"
|
".cache/aria2"
|
||||||
".cache/mesa_shader_cache"
|
|
||||||
".cache/mozilla"
|
".cache/mozilla"
|
||||||
".cache/nix-index"
|
".cache/nix-index"
|
||||||
".config/1Password"
|
".config/1Password"
|
||||||
|
@ -11,16 +10,11 @@ _: {
|
||||||
".config/dconf"
|
".config/dconf"
|
||||||
".config/discord"
|
".config/discord"
|
||||||
".config/lazygit"
|
".config/lazygit"
|
||||||
".config/lutris"
|
|
||||||
".config/obsidian"
|
".config/obsidian"
|
||||||
".config/spotify-tui"
|
".config/spotify-tui"
|
||||||
".gnupg"
|
".gnupg"
|
||||||
".steam"
|
|
||||||
".local/share/keyrings"
|
".local/share/keyrings"
|
||||||
".local/share/lutris"
|
|
||||||
".local/share/nix"
|
".local/share/nix"
|
||||||
".local/share/Steam"
|
|
||||||
".local/share/vulkan"
|
|
||||||
".local/share/zoxide"
|
".local/share/zoxide"
|
||||||
".local/share/zsh"
|
".local/share/zsh"
|
||||||
".local/state"
|
".local/state"
|
||||||
|
|
|
@ -30,8 +30,6 @@
|
||||||
gnome.gnome-system-monitor
|
gnome.gnome-system-monitor
|
||||||
gnome3.gnome-disk-utility
|
gnome3.gnome-disk-utility
|
||||||
lazydocker
|
lazydocker
|
||||||
(lutris.override {extraPkgs = pkgs: [wineWowPackages.waylandFull electron];})
|
|
||||||
minecraft
|
|
||||||
obsidian
|
obsidian
|
||||||
pavucontrol
|
pavucontrol
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
|
@ -142,14 +142,6 @@ in {
|
||||||
|
|
||||||
windowrulev2 = dimaround,class:^(gcr-prompter)$
|
windowrulev2 = dimaround,class:^(gcr-prompter)$
|
||||||
|
|
||||||
windowrulev2 = float,class:^(lutris)$
|
|
||||||
windowrulev2 = center,class:^(lutris)$
|
|
||||||
windowrulev2 = size 60% 60%,class:^(lutris)$
|
|
||||||
|
|
||||||
windowrulev2 = float,class:^(steam)$
|
|
||||||
windowrulev2 = center,class:^(steam)$
|
|
||||||
windowrulev2 = size 60% 60%,class:^(steam)$
|
|
||||||
|
|
||||||
exec-once = ${dbus-update-activation-environment} --systemd DISPLAY WAYLAND_DISPLAY HYPRLAND_INSTANCE_SIGNATURE XDG_CURRENT_DESKTOP XDG_SESSION_TYPE NIXOS_OZONE_WL
|
exec-once = ${dbus-update-activation-environment} --systemd DISPLAY WAYLAND_DISPLAY HYPRLAND_INSTANCE_SIGNATURE XDG_CURRENT_DESKTOP XDG_SESSION_TYPE NIXOS_OZONE_WL
|
||||||
exec-once = systemctl --user start hyprland-session.target
|
exec-once = systemctl --user start hyprland-session.target
|
||||||
exec-once = ${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1
|
exec-once = ${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1
|
||||||
|
|
|
@ -9,7 +9,6 @@ _: {
|
||||||
fuse.userAllowOther = true;
|
fuse.userAllowOther = true;
|
||||||
git.enable = true;
|
git.enable = true;
|
||||||
seahorse.enable = true;
|
seahorse.enable = true;
|
||||||
steam.enable = true;
|
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue