Add back rot8, add new mount to envy

This commit is contained in:
Jimbo 2024-12-20 03:20:05 -05:00
parent 82a64ecc36
commit b087cf4085
5 changed files with 9 additions and 0 deletions

View file

@ -7,6 +7,11 @@
fsType = "btrfs"; fsType = "btrfs";
options = [ "nosuid" "nodev" "nofail" "x-gvfs-show" ]; 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 # Network mounts
"/home/jimbo/JimboNFS" = { "/home/jimbo/JimboNFS" = {

View file

@ -14,6 +14,7 @@
"wl-copy" "wl-copy"
"mako" "mako"
"sunshine" "sunshine"
"rot8"
"${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1" "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"
# Foreground # Foreground

View file

@ -9,6 +9,7 @@
spawn-at-startup "wl-copy" spawn-at-startup "wl-copy"
spawn-at-startup "mako" spawn-at-startup "mako"
spawn-at-startup "sunshine" 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.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"
spawn-at-startup "${pkgs.xwayland-satellite}/bin/xwayland-satellite" spawn-at-startup "${pkgs.xwayland-satellite}/bin/xwayland-satellite"

View file

@ -15,5 +15,6 @@
libnotify libnotify
wl-clipboard wl-clipboard
wdisplays wdisplays
rot8
]; ];
} }

View file

@ -15,6 +15,7 @@
{ command = "wl-copy"; } { command = "wl-copy"; }
{ command = "mako"; } { command = "mako"; }
{ command = "sunshine"; } { command = "sunshine"; }
{ command = "rot8"; }
{ command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"; } { command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"; }
# Foreground # Foreground