fix: poll disk data, clipboard persist, fix disk display type

This commit is contained in:
2025-06-24 20:19:47 -07:00
parent 66eda1d7cc
commit 142f4f0dab
4 changed files with 25 additions and 9 deletions

6
nix/flake.lock generated
View File

@@ -83,11 +83,11 @@
]
},
"locked": {
"lastModified": 1750650158,
"narHash": "sha256-cGdpDr/OUjS5rfl0lH7CjnIFWtpOFQOcRkvBu9CV+Cs=",
"lastModified": 1750798083,
"narHash": "sha256-DTCCcp6WCFaYXWKFRA6fiI2zlvOLCf5Vwx8+/0R8Wc4=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "3bd646138a9c71f244a9293dde6f59ae1c6875ab",
"rev": "ff31a4677c1a8ae506aa7e003a3dba08cb203f82",
"type": "github"
},
"original": {

View File

@@ -35,6 +35,8 @@
adwaita-icon-theme
swaybg
gnome-themes-extra
wl-clipboard
wl-clip-persist
];
programs.thunar.enable = true;
programs.hyprland.enable = true;
@@ -67,7 +69,7 @@
configFile = ../../custom/dunst/dunstrc;
};
services.hyprpolkitagent.enable = true;
services.copyq.enable = true;
services.cliphist.enable = true;
gtk = {
enable = true;
theme.name = "Adwaita-dark";
@@ -102,6 +104,7 @@
"$mod, 0, workspace, 10"
"$mod SHIFT, 0, movetoworkspacesilent, 10"
"$mod, f, fullscreen"
]
++ (builtins.concatLists (
builtins.genList (
@@ -144,6 +147,7 @@
exec-once = [
"swaybg -i ~/.config/wallpaper/bg.jpg"
"status-bar"
"wl-clip-persist --clipboard regular"
];
monitor = [
"eDP-1, 1920x1080, 0x0, 1"