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;
|
||||
directories = [
|
||||
".cache/aria2"
|
||||
".cache/mesa_shader_cache"
|
||||
".cache/mozilla"
|
||||
".cache/nix-index"
|
||||
".config/1Password"
|
||||
|
@ -11,16 +10,11 @@ _: {
|
|||
".config/dconf"
|
||||
".config/discord"
|
||||
".config/lazygit"
|
||||
".config/lutris"
|
||||
".config/obsidian"
|
||||
".config/spotify-tui"
|
||||
".gnupg"
|
||||
".steam"
|
||||
".local/share/keyrings"
|
||||
".local/share/lutris"
|
||||
".local/share/nix"
|
||||
".local/share/Steam"
|
||||
".local/share/vulkan"
|
||||
".local/share/zoxide"
|
||||
".local/share/zsh"
|
||||
".local/state"
|
||||
|
|
|
@ -30,8 +30,6 @@
|
|||
gnome.gnome-system-monitor
|
||||
gnome3.gnome-disk-utility
|
||||
lazydocker
|
||||
(lutris.override {extraPkgs = pkgs: [wineWowPackages.waylandFull electron];})
|
||||
minecraft
|
||||
obsidian
|
||||
pavucontrol
|
||||
ripgrep
|
||||
|
|
|
@ -142,14 +142,6 @@ in {
|
|||
|
||||
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 = systemctl --user start hyprland-session.target
|
||||
exec-once = ${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1
|
||||
|
|
|
@ -9,7 +9,6 @@ _: {
|
|||
fuse.userAllowOther = true;
|
||||
git.enable = true;
|
||||
seahorse.enable = true;
|
||||
steam.enable = true;
|
||||
xwayland.enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue