Compare commits

...

3 Commits

Author SHA1 Message Date
jay
665ad9024f Flake update. 2025-07-30 01:06:48 -04:00
jay
4ad8eaef7a Fix hyprpanel temps. 2025-07-30 01:06:41 -04:00
jay
3249dcfaad Add discover-overlay. 2025-07-30 01:06:33 -04:00
3 changed files with 5 additions and 4 deletions

6
flake.lock generated
View File

@@ -708,11 +708,11 @@
"tinted-zed": "tinted-zed" "tinted-zed": "tinted-zed"
}, },
"locked": { "locked": {
"lastModified": 1753700909, "lastModified": 1753733105,
"narHash": "sha256-CHLE7khNwL6bmciOb9ZVZlamCMZcdfFVcbA+AxpUQ58=", "narHash": "sha256-zxAiwoYqjesNbV46vGZe9ONvazQDPswnHfhsvvzqkU4=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "f63071fcf60caf14201a9a011436cd4c3447be92", "rev": "8340949b7cba126b6939ae588e6619f8e23bba9d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -3,6 +3,7 @@
pkgs.betterdiscordctl pkgs.betterdiscordctl
pkgs.discord pkgs.discord
pkgs.legcord pkgs.legcord
pkgs.discover-overlay
]; ];
} }

View File

@@ -15,7 +15,7 @@
cava = { cava = {
showIcon = false; showIcon = false;
}; };
cpuTemp.sensor = "/sys/devices/pci0000\:00/0000\:00\:18.3/hwmon/hwmon3/temp3_input"; cpuTemp.sensor = "/sys/devices/pci0000\:00/0000\:00\:18.3/hwmon/hwmon2/temp3_input";
netstat.rateUnit = "MiB"; netstat.rateUnit = "MiB";
weather.unit = "metric"; weather.unit = "metric";
updates = { updates = {