diff --git a/desktops/hyprland.nix b/desktops/hyprland.nix index a6ed9486..6bcfe361 100644 --- a/desktops/hyprland.nix +++ b/desktops/hyprland.nix @@ -1,41 +1,6 @@ {pkgs, ...}: { services.xserver.videoDrivers = ["nvidia"]; - # Greeter, for when you start the computer - # programs.regreet = { - # enable = true; - # # https://github.com/rharish101/ReGreet/blob/main/regreet.sample.toml - # settings = { - # background = { - # path = "/etc/nixos/git/desktops/wallpapers/gruvbox/wallpaper3.jpg"; - # fit = "Cover"; - # }; - # GTK = { - # application_prefer_dark_theme = true; - # cursor_theme_name = "Adwaita"; - # font_name = "Cantarell 16"; - # icon_theme_name = "Papirus-Dark"; - # theme_name = "Gruvbox-Dark-BL"; - # }; - # commands = { - # reboot = [ "systemctl" "reboot" ]; - # poweroff = [ "systemctl" "poweroff" ]; - # }; - # }; - # extraCss = '' - # #background { - # filter: blur(20px); - # blur: 20px; - # } - # #user_toggle { - # visibility: none; - # } - # #sess_toggle { - # visibility: none; - # } - # ''; - # }; - # tuigreet services.greetd = { enable = true;