Switch to using sddm for hyprland
Add catppuccin-corners theme
This commit is contained in:
parent
62c06dae9e
commit
e1e8f56367
|
@ -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";
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue