fixes some annoyances

This commit is contained in:
Dennis Schoepf 2025-12-17 19:26:51 +01:00
parent f8cd971b50
commit 88ed615a42
4 changed files with 22 additions and 20 deletions

36
flake.lock generated
View file

@ -89,11 +89,11 @@
}, },
"locked": { "locked": {
"dir": "pkgs/firefox-addons", "dir": "pkgs/firefox-addons",
"lastModified": 1765876616, "lastModified": 1765944212,
"narHash": "sha256-j9BnLfWdJrJrETfmfnlnpvRGKVp1MLRaw78oYDSnTRY=", "narHash": "sha256-t00grDNNFjoUM2MWhBISsChMZJbt0zxYn9SK0ZR+1Ns=",
"owner": "rycee", "owner": "rycee",
"repo": "nur-expressions", "repo": "nur-expressions",
"rev": "2843ec4d4793815111a1b99e170ec7b1842b7f9f", "rev": "353247cb60d73387ce75bf058d65a18517f56a7c",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
@ -146,11 +146,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765860045, "lastModified": 1765980955,
"narHash": "sha256-7Lxp/PfOy4h3QIDtmWG/EgycaswqRSkDX4DGtet14NE=", "narHash": "sha256-rB45jv4uwC90vM9UZ70plfvY/2Kdygs+zlQ07dGQFk4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "09de9577d47d8bffb11c449b6a3d24e32ac16c99", "rev": "89c9508bbe9b40d36b3dc206c2483ef176f15173",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -208,11 +208,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765808204, "lastModified": 1765991878,
"narHash": "sha256-pnI+SmXYXeNofYBYbcCkj4CTJdoXwJYYPgc1MutMz0Q=", "narHash": "sha256-xbXgzqqtxoiqeQPB01IruQiQ4+LvcUujRyjK13HRHHc=",
"owner": "JakeStanger", "owner": "JakeStanger",
"repo": "ironbar", "repo": "ironbar",
"rev": "c2f1043524b8eee45369692e56bb170b640df047", "rev": "91e1897629000ef094f17f7ccd580115d7cef44e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -315,11 +315,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1765762245, "lastModified": 1765838191,
"narHash": "sha256-3iXM/zTqEskWtmZs3gqNiVtRTsEjYAedIaLL0mSBsrk=", "narHash": "sha256-m5KWt1nOm76ILk/JSCxBM4MfK3rYY7Wq9/TZIIeGnT8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c8cfcd6ccd422e41cc631a0b73ed4d5a925c393d", "rev": "c6f52ebd45e5925c188d1a20119978aa4ffd5ef6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -359,11 +359,11 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1765803225, "lastModified": 1765934234,
"narHash": "sha256-xwaZV/UgJ04+ixbZZfoDE8IsOWjtvQZICh9aamzPnrg=", "narHash": "sha256-pJjWUzNnjbIAMIc5gRFUuKCDQ9S1cuh3b2hKgA7Mc4A=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ac9a217389ee622d4e1e727c4efcc9c4bc9089ba", "rev": "af84f9d270d404c17699522fab95bbf928a2d92f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -523,11 +523,11 @@
"nixpkgs": "nixpkgs_7" "nixpkgs": "nixpkgs_7"
}, },
"locked": { "locked": {
"lastModified": 1765895443, "lastModified": 1765946036,
"narHash": "sha256-yftYGV0skUwV5neT1BJrs7RRbXPKozQTzC7d9c7kEFs=", "narHash": "sha256-R/qaIkzqm00qBMr8onM6ZZFX49lvsQLZ79adVubqjts=",
"owner": "0xc000022070", "owner": "0xc000022070",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "bc7dfff92cb7919dfb213ea78c11ea0a4d265a56", "rev": "7db019a64483743a8d92319baafbbe71b687d0a1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -36,6 +36,8 @@
wl-clipboard wl-clipboard
hyprpicker hyprpicker
usbutils usbutils
krita
gpustat
]; ];
imports = [ imports = [

View file

@ -32,7 +32,7 @@ max_length = 40
type = "sys_info" type = "sys_info"
format = [ format = [
"h:dnsc-machine", "h:dnsc-machine",
" {cpu_percent@sum}% ({temp_c@k10temp Tccd1}°C)", " {cpu_percent}% ({temp_c@k10temp Tccd1}°C)",
" {memory_used#G:<2.1}/{memory_total#G:<2.1}GB", " {memory_used#G:<2.1}/{memory_total#G:<2.1}GB",
" {disk_used#G@/:.1}GB used ({disk_free#G@/:.0}GB free)" " {disk_used#G@/:.1}GB used ({disk_free#G@/:.0}GB free)"
] ]

View file

@ -49,7 +49,7 @@
workspace = spaces.Personal.id; workspace = spaces.Personal.id;
container = containers.Personal.id; container = containers.Personal.id;
url = "https://home.dnsc.io"; url = "https://home.dnsc.io";
position = 100; position = 101;
}; };
"Apps" = { "Apps" = {
id = "092abc24-d7c5-4012-b311-d4ee0b193537"; id = "092abc24-d7c5-4012-b311-d4ee0b193537";