Switch gslapper with awww

This commit is contained in:
Eriq Taing
2026-09-03 12:49:03 -04:00
parent 45e73fa3b6
commit 3a82ed8079
3 changed files with 18 additions and 24 deletions
+1 -7
View File
@@ -9,24 +9,18 @@
url = "github:nix-community/stylix";
inputs.nixpkgs.follows = "nixpkgs";
};
gslapper = {
url = "github:Nomadcxx/gSlapper";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
inputs@{
{
nixpkgs,
home-manager,
stylix,
gslapper,
...
}:
{
homeConfigurations."eriq12" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux;
extraSpecialArgs = { inherit inputs; };
modules = [
stylix.homeModules.stylix
./home.nix