chore: migrate xmonad + xmobar to there own flake

This commit is contained in:
♥ Minnie ♥ 2025-02-23 18:24:25 +08:00
parent 822e6cdf9f
commit 55dcdcf616
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
13 changed files with 2 additions and 272 deletions

View file

@ -1,7 +1,5 @@
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example'
pkgs: {
xmobar = pkgs.callPackage ./xmobar-config {};
xmonad = pkgs.callPackage ./xmonad-config {};
amdgpu-clocks = pkgs.callPackage ./amdgpu-clocks {};
}