From b087cf4085e05eae09913a5a20aea3ad906b94f4 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Fri, 20 Dec 2024 03:20:05 -0500 Subject: [PATCH] Add back rot8, add new mount to envy --- hosts/envy/filesystems/default.nix | 5 +++++ modules/home/wms/hyprland/autostart/default.nix | 1 + modules/home/wms/niri/autostart/default.nix | 1 + modules/home/wms/programs/default.nix | 1 + modules/home/wms/sway/autostart/default.nix | 1 + 5 files changed, 9 insertions(+) diff --git a/hosts/envy/filesystems/default.nix b/hosts/envy/filesystems/default.nix index ecdc4631..f6331dc5 100644 --- a/hosts/envy/filesystems/default.nix +++ b/hosts/envy/filesystems/default.nix @@ -7,6 +7,11 @@ fsType = "btrfs"; options = [ "nosuid" "nodev" "nofail" "x-gvfs-show" ]; }; + "/persist/home/jimbo/.local/share/Steam" = { + device = "/dev/disk/by-uuid/135281e2-72ec-4c00-91e8-9897a32c02ce"; + fsType = "btrfs"; + options = [ "subvol=Steam" "nosuid" "nodev" "nofail" "x-gvfs-show" ]; + }; # Network mounts "/home/jimbo/JimboNFS" = { diff --git a/modules/home/wms/hyprland/autostart/default.nix b/modules/home/wms/hyprland/autostart/default.nix index 75aaaf65..7048b07a 100644 --- a/modules/home/wms/hyprland/autostart/default.nix +++ b/modules/home/wms/hyprland/autostart/default.nix @@ -14,6 +14,7 @@ "wl-copy" "mako" "sunshine" + "rot8" "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1" # Foreground diff --git a/modules/home/wms/niri/autostart/default.nix b/modules/home/wms/niri/autostart/default.nix index 38c8473b..1c82fead 100644 --- a/modules/home/wms/niri/autostart/default.nix +++ b/modules/home/wms/niri/autostart/default.nix @@ -9,6 +9,7 @@ spawn-at-startup "wl-copy" spawn-at-startup "mako" spawn-at-startup "sunshine" + spawn-at-startup "rot8" spawn-at-startup "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1" spawn-at-startup "${pkgs.xwayland-satellite}/bin/xwayland-satellite" diff --git a/modules/home/wms/programs/default.nix b/modules/home/wms/programs/default.nix index 1c48ab5b..9fcde784 100644 --- a/modules/home/wms/programs/default.nix +++ b/modules/home/wms/programs/default.nix @@ -15,5 +15,6 @@ libnotify wl-clipboard wdisplays + rot8 ]; } diff --git a/modules/home/wms/sway/autostart/default.nix b/modules/home/wms/sway/autostart/default.nix index 4be1270b..03272ad1 100644 --- a/modules/home/wms/sway/autostart/default.nix +++ b/modules/home/wms/sway/autostart/default.nix @@ -15,6 +15,7 @@ { command = "wl-copy"; } { command = "mako"; } { command = "sunshine"; } + { command = "rot8"; } { command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"; } # Foreground