[NixOS] Huge changes to a bunch of stuff (including taffybar) to be able to bump nixpkgs

This commit is contained in:
2022-05-30 14:25:07 -06:00
parent bf08731d1e
commit 139405f4e3
12 changed files with 12 additions and 23 deletions

View File

@@ -18,6 +18,7 @@ in
nixpkgs.overlays = [
(import ../dotfiles/config/xmonad/overlay.nix)
];
nixpkgs.config.allowBroken = true;
environment.systemPackages = with pkgs; [
python-with-my-packages