From 1035a90dd1646cf08f3137bb5b67ac6012b06cf7 Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 24 Jun 2024 00:31:06 +0200 Subject: [PATCH] remove now unused functions --- modules/home/utils/default.nix | 14 -------------- 1 file changed, 14 deletions(-) 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";