fixed every part of graphics except sleep

This commit is contained in:
KaitoTLex 2025-01-16 23:45:39 -08:00
parent a719669838
commit 15c116214c
4 changed files with 80 additions and 5 deletions

54
flake.lock generated
View file

@ -114,6 +114,24 @@
"type": "github"
}
},
"flake-parts": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
"lastModified": 1730504689,
"narHash": "sha256-hgmguH29K2fvs9szpq2r3pz2/8cJd2LPS+b4tfNFCwE=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "506278e768c2a08bec68eb62932193e341f55c90",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": [
@ -293,6 +311,18 @@
"type": "github"
}
},
"nixpkgs-lib": {
"locked": {
"lastModified": 1730504152,
"narHash": "sha256-lXvH/vOfb4aGYyvFmZK/HlsNsr/0CVWlwYvo2rxJk3s=",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/cc2f28000298e1269cea6612cd06ec9979dd5d7f.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/cc2f28000298e1269cea6612cd06ec9979dd5d7f.tar.gz"
}
},
"nixvim": {
"inputs": {
"nixCats": "nixCats",
@ -355,7 +385,8 @@
"nixvim": "nixvim",
"spicetify": "spicetify",
"stylix": "stylix",
"wallpapers": "wallpapers"
"wallpapers": "wallpapers",
"zen": "zen"
}
},
"spicetify": {
@ -510,6 +541,27 @@
"repo": "wallpaper",
"type": "github"
}
},
"zen": {
"inputs": {
"flake-parts": "flake-parts",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1731377913,
"narHash": "sha256-U/NKOKRChr15VE2zT583iOJ/uBpAARBKfiAeNB+XNq4=",
"owner": "kaitotlex",
"repo": "zen",
"rev": "4d151693f8fdf58bdcdc63ea51d1420b5779577c",
"type": "github"
},
"original": {
"owner": "kaitotlex",
"repo": "zen",
"type": "github"
}
}
},
"root": "root",