mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
stylix, hyprland
This commit is contained in:
parent
db68f9d460
commit
b440038b65
39 changed files with 704 additions and 226 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue