Fix?
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
username = "${config.usercfg.username}";
|
||||
homeDirectory = "/home/${config.usercfg.username}";
|
||||
|
||||
stateVersion = "24.11";
|
||||
stateVersion = "26.05";
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
|
||||
|
||||
startupScript = pkgs.writeShellScriptBin "hyprland-start" ''
|
||||
eww-open-on-bar-screen bar &
|
||||
dunst &
|
||||
eww-open-on-current-screen bar &
|
||||
awww-daemon &
|
||||
|
||||
sleep 2
|
||||
@@ -56,7 +55,7 @@ in {
|
||||
hl.exec_cmd("wl-paste --type text --watch cliphist store")
|
||||
hl.exec_cmd("wl-paste --type image --watch cliphist store")
|
||||
hl.exec_cmd("swayidle -w timeout 600 'swaylock' before-sleep 'swaylock'")
|
||||
hl.exec_cmd("${startupScript}/bin/start")
|
||||
hl.exec_cmd("${lib.getExe startupScript}")
|
||||
hl.exec_cmd("[workspace special:magic silent] kitty --title flying_kitty")
|
||||
end'')
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user