chore: improved hm setup

This commit is contained in:
Patrick Großmann 2023-06-02 17:50:47 +09:00
parent 12dc730dd5
commit 91c0c8492b
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
3 changed files with 4 additions and 3 deletions

View file

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

View file

@ -27,7 +27,6 @@
./wireguard.nix
../../users/patrick
../../users/root
];
# Set your time zone.
time.timeZone = "Asia/Seoul";

View file

@ -1,5 +1,4 @@
{
hyprland,
pkgs,
config,
...
@ -26,7 +25,6 @@
];
home-manager.users.patrick = {
imports = [
hyprland.homeManagerModules.default
./patrick.nix
../common
];