summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-01-20 08:41:33 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2025-01-20 08:41:33 +0100
commit9181fc8c32cef7a85eb780da095ac7cc5db729ce (patch)
treef896c2d78bf8bbaf8eb2fc4384cd9bdb48676564 /accounts/gkleen@sif
parentb34375c5a705b98853c6f481e6d1ee93e65934c9 (diff)
downloadnixos-9181fc8c32cef7a85eb780da095ac7cc5db729ce.tar
nixos-9181fc8c32cef7a85eb780da095ac7cc5db729ce.tar.gz
nixos-9181fc8c32cef7a85eb780da095ac7cc5db729ce.tar.bz2
nixos-9181fc8c32cef7a85eb780da095ac7cc5db729ce.tar.xz
nixos-9181fc8c32cef7a85eb780da095ac7cc5db729ce.zip
...
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/default.nix11
-rw-r--r--accounts/gkleen@sif/systemd.nix4
2 files changed, 8 insertions, 7 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 7d5a9c25..10180eca 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -416,11 +416,12 @@ in {
416 fira fira-code pwvucontrol wrappedKeepassxc wl-clipboard-rs 416 fira fira-code pwvucontrol wrappedKeepassxc wl-clipboard-rs
417 mumble pulseaudio-ctl pamixer libnotify screen-message 417 mumble pulseaudio-ctl pamixer libnotify screen-message
418 wrappedYTMDesktop libsForQt5.qt5ct playerctl evince 418 wrappedYTMDesktop libsForQt5.qt5ct playerctl evince
419 thunderbird zoom-us steam steam-run wireshark virt-manager 419 thunderbird zoom-us xdg-desktop-portal steam steam-run
420 rclone cached-nix-shell worktime fira-code-symbols 420 wireshark virt-manager rclone cached-nix-shell worktime
421 libreoffice xournalpp google-chrome nixos-shell virt-viewer 421 fira-code-symbols libreoffice xournalpp google-chrome
422 freerdp gnome-icon-theme paper-icon-theme sshpassSecret 422 nixos-shell virt-viewer freerdp gnome-icon-theme
423 weechat element-desktop matrix-synapse-tools.synadm 423 paper-icon-theme sshpassSecret weechat element-desktop
424 matrix-synapse-tools.synadm
424 flakeInputs.deploy-rs.packages.${config.nixpkgs.system}.deploy-rs 425 flakeInputs.deploy-rs.packages.${config.nixpkgs.system}.deploy-rs
425 sieve-connect gimp inkscape udiskie glab nitrokey-app 426 sieve-connect gimp inkscape udiskie glab nitrokey-app
426 pynitrokey gtklock wlrctl remmina openscad spice-record 427 pynitrokey gtklock wlrctl remmina openscad spice-record
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix
index cefcf4ea..34f52172 100644
--- a/accounts/gkleen@sif/systemd.nix
+++ b/accounts/gkleen@sif/systemd.nix
@@ -224,7 +224,7 @@ in {
224 fi 224 fi
225 monitors+=([$monitor]="$blurred_path") 225 monitors+=([$monitor]="$blurred_path")
226 done < <(wpaperctl all-wallpapers -j | jq -c ".[]") 226 done < <(wpaperctl all-wallpapers -j | jq -c ".[]")
227 wait 227 # wait
228 228
229 cp --no-preserve=mode ${pkgs.writeText "gtklock.css" '' 229 cp --no-preserve=mode ${pkgs.writeText "gtklock.css" ''
230 #window-box { 230 #window-box {
@@ -250,7 +250,7 @@ in {
250 ]; 250 ];
251 NotifyAccess = "all"; 251 NotifyAccess = "all";
252 ExecStart = ''${lib.getExe pkgs.gtklock} -s "''${RUNTIME_DIRECTORY}/style.css" -L ${pkgs.writeShellScript "after-lock" '' 252 ExecStart = ''${lib.getExe pkgs.gtklock} -s "''${RUNTIME_DIRECTORY}/style.css" -L ${pkgs.writeShellScript "after-lock" ''
253 ${cfg.wayland.windowManager.hyprland.package}/bin/hyprctl dispatch dpms off 253 ${lib.getExe cfg.programs.niri.package} msg action power-off-monitors
254 ${config.systemd.package}/bin/systemd-notify --ready 254 ${config.systemd.package}/bin/systemd-notify --ready
255 ''}''; 255 ''}'';
256 }; 256 };