nix-config/hosts/desktops/common/home-manager.nix
William 6291136770 this will eventually be the hyprland config.
once hyprpanel has a vertical layout, imma bounce from plasma
2025-02-03 18:08:06 -03:00

12 lines
205 B
Nix

{ ... }:
{
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
backupFileExtension = "bkp";
users.user = {
imports = [ ../../../users/desktops/user.nix ];
};
};
}