mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
feat: hyprland improvments
This commit is contained in:
parent
3d9600b20f
commit
7e3fba67d6
5 changed files with 49 additions and 124 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue