Switch to using sddm for hyprland

Add catppuccin-corners theme
This commit is contained in:
Evie Litherland-Smith 2023-09-17 17:57:24 +01:00
parent 62c06dae9e
commit e1e8f56367
2 changed files with 10 additions and 12 deletions

View file

@ -6,6 +6,7 @@
libnotify libnotify
glib glib
gsettings-desktop-schemas gsettings-desktop-schemas
catppuccin-sddm-corners
]; ];
security.rtkit.enable = true; security.rtkit.enable = true;
sound.enable = true; sound.enable = true;
@ -21,8 +22,14 @@
pulse.enable = true; pulse.enable = true;
}; };
xserver = { xserver = {
enable = true;
layout = "gb"; layout = "gb";
xkbVariant = ""; xkbVariant = "";
displayManager.sddm = {
enable = true;
theme = "catppuccin";
settings = { General = { InputMethod = ""; }; };
};
}; };
}; };
console.keyMap = "uk"; console.keyMap = "uk";

View file

@ -22,18 +22,9 @@
blueman.enable = true; blueman.enable = true;
gvfs.enable = true; gvfs.enable = true;
tumbler.enable = true; tumbler.enable = true;
greetd = { xserver.displayManager = {
enable = true; sessionPackages = [ hyprland.packages.${pkgs.system}.hyprland ];
settings = { defaultSession = "hyprland";
default_session = {
inherit user;
command = "Hyprland";
};
initial_session = {
inherit user;
command = "Hyprland";
};
};
}; };
}; };
fonts = { fonts = {