stylix, hyprland

This commit is contained in:
js0ny 2025-11-27 22:47:31 +00:00
parent db68f9d460
commit b440038b65
39 changed files with 704 additions and 226 deletions

View file

@ -57,6 +57,8 @@
url = "github:abenz1267/walker";
inputs.elephant.follows = "elephant";
};
stylix.url = "github:nix-community/stylix";
};
outputs = {
@ -79,6 +81,7 @@
catppuccin,
nix-index-database,
walker,
stylix,
...
} @ inputs: let
overlays = [
@ -149,6 +152,7 @@
catppuccin.homeModules.catppuccin
nix-index-database.homeModules.nix-index
walker.homeManagerModules.default
stylix.homeModules.stylix
];
};
"js0ny@zen" = home-manager.lib.homeManagerConfiguration {
@ -159,6 +163,7 @@
catppuccin.homeModules.catppuccin
betterfox-nix.modules.homeManager.betterfox
sops-nix.homeManagerModules.sops
stylix.homeModules.stylix
];
};
};