wip: home-manager + stylix
This commit is contained in:
parent
f9acc609b2
commit
116aaaacff
4 changed files with 23 additions and 2 deletions
16
modules/users/ranomier/home-manager.nix
Normal file
16
modules/users/ranomier/home-manager.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{inArgs, pkgs, ...}: {
|
||||
imports = [
|
||||
inArgs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.users."ranomier" = {
|
||||
|
||||
stylix.iconTheme = {
|
||||
enable = true;
|
||||
package = pkgs.gruvbox-plus-icons;
|
||||
dark = "Gruvbox-Plus-Dark";
|
||||
};
|
||||
home.stateVersion = "25.05";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue