Remove old greeter
This commit is contained in:
parent
b6a2b5055c
commit
cd9ddfc3ce
1 changed files with 0 additions and 35 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue