chore: improved hm setup
This commit is contained in:
parent
12dc730dd5
commit
91c0c8492b
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
impermanence,
|
||||
hyprland,
|
||||
stateVersion,
|
||||
...
|
||||
}: {
|
||||
|
@ -13,6 +14,8 @@
|
|||
./xdg.nix
|
||||
./impermanence.nix
|
||||
|
||||
../../../users/root
|
||||
|
||||
../../../nix/secrets.nix
|
||||
];
|
||||
|
||||
|
@ -25,6 +28,7 @@
|
|||
home.stateVersion = stateVersion;
|
||||
}
|
||||
impermanence.home-manager.impermanence
|
||||
hyprland.homeManagerModules.default
|
||||
];
|
||||
};
|
||||
# HM zsh needs this or else the startup order is fucked
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
./wireguard.nix
|
||||
|
||||
../../users/patrick
|
||||
../../users/root
|
||||
];
|
||||
# Set your time zone.
|
||||
time.timeZone = "Asia/Seoul";
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
hyprland,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
|
@ -26,7 +25,6 @@
|
|||
];
|
||||
home-manager.users.patrick = {
|
||||
imports = [
|
||||
hyprland.homeManagerModules.default
|
||||
./patrick.nix
|
||||
../common
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue