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

View file

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