refactor(nix/floorp): Move profile options to users/
This commit is contained in:
parent
e18aa5042d
commit
7165501955
4 changed files with 28 additions and 18 deletions
|
@ -31,7 +31,6 @@ in
|
|||
];
|
||||
}
|
||||
) pkgs pkgs-unstable;
|
||||
vars.name = "ziro";
|
||||
vars.floorp.verticalTabHoverWidthInEm = 28;
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
|
@ -53,7 +52,6 @@ in
|
|||
unstable = nixpkgs-unstable;
|
||||
}
|
||||
) system pkgs pkgs-unstable;
|
||||
vars.name = "ziro";
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = pkgs-unstable; # FIXME: switch to stable when 24.11 become stable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue