cleaning up

This commit is contained in:
Matt Nish-Lapidus 2025-01-31 16:36:24 -05:00
parent 41a49f8c2a
commit fe95c5af51
9 changed files with 187 additions and 38 deletions

View file

@ -18,13 +18,10 @@
inputs.affinity-nix.packages.x86_64-linux.photo
inputs.affinity-nix.packages.x86_64-linux.publisher
inputs.affinity-nix.packages.x86_64-linux.designer
guix
unstable.thonny
inputs.isd.packages.x86_64-linux.default
wayback
just
yt-dlp
erdtree
@ -110,6 +107,8 @@
python311Packages.pint
python311Packages.babel
python311Packages.requests
python311Packages.distutils-extra
python311Packages.distlib
ruff
(sbcl.withPackages (ps: with ps; [
@ -250,6 +249,8 @@
wine = wineWowPackages.stagingFull;
})
chayang
sway-launcher-desktop
unstable.swayosd
spice
spice-gtk
@ -323,10 +324,10 @@
impala
unstable.playerctl
mioctl
rmpc
unstable.door-knocker
unstable.hyprpicker
unstable.halloy
paleta
# Audio plugins (LV2, VST2, VST3, LADSPA)
eq10q
@ -607,6 +608,40 @@
};
swaylock = {
enable = true;
settings = {
font-size = 24;
indicator-idle-visible = true;
indicator-radius = 200;
color="1e1e1e";
bs-hl-color="f5e0dc";
caps-lock-bs-hl-color="f5e0dc";
caps-lock-key-hl-color="a6e3a1";
inside-color="00000000";
inside-clear-color="00000000";
inside-caps-lock-color="00000000";
inside-ver-color="00000000";
inside-wrong-color="00000000";
key-hl-color="a6e3a1";
layout-bg-color="00000000";
layout-border-color="00000000";
layout-text-color="cdd6f4";
line-color="00000000";
line-clear-color="00000000";
line-caps-lock-color="00000000";
line-ver-color="00000000";
line-wrong-color="00000000";
ring-color="b4befe";
ring-clear-color="f5e0dc";
ring-caps-lock-color="fab387";
ring-ver-color="89b4fa";
ring-wrong-color="eba0ac";
separator-color="00000000";
text-color="cdd6f4";
text-clear-color="f5e0dc";
text-caps-lock-color="fab387";
text-ver-color="89b4fa";
text-wrong-color="eba0ac";
};
};
waybar = {
enable = true;
@ -673,8 +708,8 @@
enable = true;
extraArgs = [ "-w" ];
timeouts = [
{ timeout = 60; command = "${pkgs.swaylock}/bin/swaylock -fF"; }
{ timeout = 90; command = "${pkgs.systemd}/bin/systemctl suspend"; }
{ timeout = 120; command = "${pkgs.swaylock}/bin/swaylock -fF"; }
{ timeout = 300; command = "${pkgs.systemd}/bin/systemctl suspend"; }
];
events = [
{ event = "before-sleep"; command = "${pkgs.swaylock}/bin/swaylock -fF"; }
@ -730,6 +765,7 @@
services.flatpak.packages = [
"com.github.tchx84.Flatseal"
"nl.hjdskes.gcolor3"
"dev.qwery.AddWater"
];
systemd.user = {