removed bitwarden desktop because unstable pkgs had a broken version,

tried more stylix stuff but none worked
This commit is contained in:
Gabriella Bere 2024-10-20 18:55:06 +01:00
parent 49f6bc0926
commit f33e598e0b
7 changed files with 107 additions and 111 deletions

View file

@ -61,7 +61,7 @@
./modules/aagl.nix
inputs.aagl.nixosModules.default
inputs.lanzaboote.nixosModules.lanzaboote
inputs.stylix.nixosModules.stylix
# inputs.stylix.nixosModules.stylix
{ nix.settings = inputs.aagl.nixConfig; } # Setup cachix for aagl projects
# Imports home-manager module for use within nixos, not reccomended for use WITH standalone version
@ -88,7 +88,7 @@
# ./home-manager/librewolf.nix
inputs.flatpaks.homeManagerModules.default
inputs.nixvim.homeManagerModules.default
# inputs.stylix.HomeManagerModules.stylix # Not compatible with NixOS module as they will interfere with one another, use this when building on a non-NixOS machine
inputs.stylix.homeManagerModules.stylix # Not compatible with NixOS module as they will interfere with one another, use this when building on a non-NixOS machine
];
};
};