diff --git a/modules/home/utils/default.nix b/modules/home/utils/default.nix index 6c0a504..cd46118 100644 --- a/modules/home/utils/default.nix +++ b/modules/home/utils/default.nix @@ -85,20 +85,6 @@ { name = "bass"; src = bass.src; } { name = "sponge"; src = sponge.src; } ]; - functions = { - start = " - niri-session - "; - gnome-init = " - gnome-randr modify DP-1 -m 5120x2160@59.940 - "; - start-gnome = " - gnome-shell --wayland - "; - game = " - gamescope -e -f --expose-wayland -w 2560 -h 1440 -r 60 -W 2560 -H 1440 -- steam - "; - }; shellAbbrs = { ga = "git add"; gc = "git commit";