Switch back to sddm for login manager
This commit is contained in:
parent
6bc0649fce
commit
b38ffe853d
|
@ -260,8 +260,5 @@ in ''
|
|||
exec-once = ${pkgs.protonmail-bridge}/bin/protonmail-bridge -n
|
||||
exec-once = ${pkgs.dex}/bin/dex --autostart
|
||||
exec-once = kidex
|
||||
|
||||
exec = pkill -HUP kanshi
|
||||
|
||||
exec-once = ${pkgs.gtklock}/bin/gtklock
|
||||
''
|
||||
|
|
|
@ -15,10 +15,11 @@
|
|||
"${pkgs.gitFull}/bin/git-credential-libsecret";
|
||||
};
|
||||
services = {
|
||||
gpg-agent = {
|
||||
gpg-agent = rec {
|
||||
enable = true;
|
||||
defaultCacheTtl = 7200;
|
||||
defaultCacheTtlSsh = 7200;
|
||||
maxCacheTtl = 86400;
|
||||
defaultCacheTtl = maxCacheTtl;
|
||||
defaultCacheTtlSsh = maxCacheTtl;
|
||||
pinentryFlavor = "gtk2";
|
||||
extraConfig = ''
|
||||
no-allow-external-cache
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
environment.systemPackages = with pkgs;
|
||||
with libsForQt5.qt5; [
|
||||
gtklock
|
||||
dex
|
||||
mesa
|
||||
libnotify
|
||||
|
@ -12,13 +11,17 @@
|
|||
qtgraphicaleffects
|
||||
qtsvg
|
||||
qtquickcontrols2
|
||||
catppuccin-sddm-corners
|
||||
protonvpn-cli
|
||||
protonvpn-gui
|
||||
qbittorrent
|
||||
];
|
||||
security = {
|
||||
rtkit.enable = true;
|
||||
pam.services.gtklock.gnupg.enable = true;
|
||||
pam.services = {
|
||||
sddm.gnupg.enable = true;
|
||||
gtklock = { };
|
||||
};
|
||||
};
|
||||
sound.enable = true;
|
||||
hardware = {
|
||||
|
@ -26,7 +29,6 @@
|
|||
bluetooth.enable = true;
|
||||
};
|
||||
services = {
|
||||
greetd.enable = true;
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
|
@ -34,8 +36,15 @@
|
|||
pulse.enable = true;
|
||||
};
|
||||
xserver = {
|
||||
enable = true;
|
||||
layout = "gb";
|
||||
xkbVariant = "";
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
theme = "catppuccin-sddm-corners";
|
||||
autoNumlock = true;
|
||||
settings = { General = { InputMethod = ""; }; };
|
||||
};
|
||||
};
|
||||
};
|
||||
console.keyMap = "uk";
|
||||
|
|
|
@ -30,13 +30,7 @@
|
|||
blueman.enable = true;
|
||||
gvfs.enable = true;
|
||||
tumbler.enable = true;
|
||||
greetd.settings = rec {
|
||||
default_session.command = "Hyprland";
|
||||
initial_session = {
|
||||
inherit user;
|
||||
inherit (default_session) command;
|
||||
};
|
||||
};
|
||||
xserver.displayManager.defaultSession = "hyprland";
|
||||
};
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue