feat: hyprland improvments

This commit is contained in:
Luj 2023-04-02 15:59:46 +02:00
parent 3d9600b20f
commit 7e3fba67d6
Signed by: luj
GPG key ID: 6FC74C847011FD83
5 changed files with 49 additions and 124 deletions

View file

@ -30,6 +30,9 @@
programs.hyprland.enable = true;
programs.hyprland.package = pkgs.hyprland;
environment.sessionVariables = {
LIBSEAT_BACKEND = "logind";
};
programs.fish.shellInit = ''
if test -z (pgrep ssh-agent)
@ -64,11 +67,6 @@
programs.dconf.enable = true;
programs.sway = {
enable = true;
wrapperFeatures.gtk = true;
};
security.polkit.enable = true;
services.tlp.enable = true;