[NixOS] Don't override dependencies for taffybar overlay
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
bento4
|
bento4
|
||||||
bind
|
bind
|
||||||
binutils
|
binutils
|
||||||
|
claude-code
|
||||||
cachix
|
cachix
|
||||||
cmake
|
cmake
|
||||||
dex
|
dex
|
||||||
|
|||||||
1104
nixos/flake.lock
generated
1104
nixos/flake.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -59,12 +59,12 @@
|
|||||||
|
|
||||||
imalison-taffybar = {
|
imalison-taffybar = {
|
||||||
url = "path:../dotfiles/config/taffybar";
|
url = "path:../dotfiles/config/taffybar";
|
||||||
inputs = {
|
# inputs = {
|
||||||
nixpkgs.follows = "nixpkgs";
|
# nixpkgs.follows = "nixpkgs";
|
||||||
flake-utils.follows = "flake-utils";
|
# flake-utils.follows = "flake-utils";
|
||||||
xmonad.follows = "xmonad";
|
# xmonad.follows = "xmonad";
|
||||||
taffybar.follows = "taffybar";
|
# taffybar.follows = "taffybar";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
notifications-tray-icon = {
|
notifications-tray-icon = {
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
{ config, lib, pkgs, inputs, forEachUser, ... }:
|
{ config, lib, pkgs, inputs, forEachUser, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -19,7 +18,7 @@
|
|||||||
myModules.gitea-runner.enable = false;
|
myModules.gitea-runner.enable = false;
|
||||||
myModules.nvidia.enable = true;
|
myModules.nvidia.enable = true;
|
||||||
myModules.electron.enable = true;
|
myModules.electron.enable = true;
|
||||||
myModules.wyoming.enable = true;
|
myModules.wyoming.enable = false;
|
||||||
myModules.tts.enable = true;
|
myModules.tts.enable = true;
|
||||||
|
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user