mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
stylix for BG waybar mechabar
This commit is contained in:
parent
d1055552bc
commit
4cd0255ba4
8 changed files with 924 additions and 177 deletions
|
|
@ -57,6 +57,9 @@
|
|||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
lix-module.nixosModules.default
|
||||
|
||||
stylix.nixosModules.stylix
|
||||
|
||||
./nixos/wash/configuration.nix
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
|
|
@ -64,6 +67,7 @@
|
|||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
home-manager.backupFileExtension = "bak";
|
||||
home-manager.extraSpecialArgs = {inherit inputs outputs;};
|
||||
home-manager.users.tyler = import ./home/wash/wash.nix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue