This commit is contained in:
iFargle 2023-08-14 20:25:18 +09:00
parent d817ce6ad9
commit 410a6bb087
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
home-manager.users.albert.imports = [ home-manager.users.albert.imports = [
({ config, ... }: import ./users/albert/home.nix { ({ config, ... }: import ./users/albert/home.nix {
inherit config pkgs hostname; inherit config pkgs hostname hyprland;
}) })
]; ];
home-manager.users.root.imports = [ home-manager.users.root.imports = [

View file

@ -1,4 +1,4 @@
{ config, pkgs, hostname, ... }: { { config, pkgs, hostname, hyprland, ... }: {
home.stateVersion = "23.05"; home.stateVersion = "23.05";
imports = [ imports = [
# ../../hosts/${hostname}/desktops/gnome-dconf.nix # ../../hosts/${hostname}/desktops/gnome-dconf.nix