refactor(nix/floorp): Move profile options to users/

This commit is contained in:
Ahmad Ansori Palembani 2024-11-04 09:51:40 +07:00
parent e18aa5042d
commit 7165501955
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
4 changed files with 28 additions and 18 deletions

View file

@ -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