Add lockscreen
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -10,7 +10,10 @@
|
||||
fzf-zsh
|
||||
];
|
||||
|
||||
environment.variables.EDITOR = "neovim";
|
||||
environment.variables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user