Revert "[NixOS] Disable a bunch of stuff to make ryzen-shine-unencrypted work"

This reverts commit 354b54b772.
This commit is contained in:
2024-12-29 12:11:44 -07:00
parent 89bd7e9a4c
commit 8881b704ca
3 changed files with 26 additions and 21 deletions

View File

@@ -52,10 +52,12 @@
};
taffybar = {
url = "github:taffybar/taffybar/master";
url = "github:taffybar/taffybar/old-master";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
git-ignore-nix.follows = "git-ignore-nix";
xmonad.follows = "xmonad";
gtk-sni-tray.follows = "gtk-sni-tray";
gtk-strut.follows = "gtk-strut";
};
@@ -64,7 +66,9 @@
imalison-taffybar = {
url = "path:../dotfiles/config/taffybar";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
xmonad.follows = "xmonad";
taffybar.follows = "taffybar";
};
};