Add lockscreen

This commit is contained in:
2026-02-12 18:06:36 +01:00
parent dd0356c2ce
commit 0146c04cef
2 changed files with 5 additions and 4 deletions

View File

@@ -28,13 +28,12 @@
enable = true;
settings = {
default_session = {
command = "Hyprland";
command = "${pkgs.greetd.gtkgreet}/bin/gtkgreet -l";
user = "nichkara";
};
};
};
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];
@@ -63,5 +62,4 @@
powerManagement.enable = false;
open = false;
};
}

View File

@@ -10,7 +10,10 @@
fzf-zsh
];
environment.variables.EDITOR = "neovim";
environment.variables = {
EDITOR = "nvim";
};
programs.tmux = {
enable = true;