290 current 2025-01-25 01:30:21 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-01-25 01:52:32 -05:00
parent 2b1ac04b6c
commit 82bbe4845e
3 changed files with 7 additions and 72 deletions

View File

@@ -10,10 +10,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nur = {
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
# old
# nur = {
# url = "github:nix-community/NUR";
# inputs.nixpkgs.follows = "nixpkgs";
# };
};
outputs = inputs @ {
@@ -68,7 +69,7 @@
# nur = import inputs.nur {inherit (final) pkgs;};
# })
# inputs.emacs-overlay.overlay -- breaks doom on 30.??
inputs.nur.overlay
# inputs.nur.overlay
];
home.packages = with pkgs; [xrandr procps polybar bspwm sxhkd polybar-pulseaudio-control bluez];