added stylix but not working yet, switched from anyrun to wofi cause

looks nice innit
This commit is contained in:
Gabriella Bere 2024-10-08 16:53:10 +01:00
parent fc8d70e079
commit 49f6bc0926
7 changed files with 269 additions and 90 deletions

View file

@ -12,12 +12,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# Anyrun launcher
anyrun = {
url = "github:anyrun-org/anyrun";
inputs.nixpkgs.follows = "nixpkgs";
};
# Declarative flatpak management, documentation states overriding nixpkgs is not supported
flatpaks.url = "github:GermanBread/declarative-flatpak/stable-v3";
@ -45,6 +39,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
stylix.url = "github:danth/stylix";
};
outputs = { self, nixpkgs, stablepkgs, home-manager, ... } @ inputs:
@ -66,6 +61,7 @@
./modules/aagl.nix
inputs.aagl.nixosModules.default
inputs.lanzaboote.nixosModules.lanzaboote
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
@ -90,9 +86,9 @@
modules = [
./home-manager/home.nix
# ./home-manager/librewolf.nix
inputs.anyrun.homeManagerModules.default
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
];
};
};