test
This commit is contained in:
parent
d817ce6ad9
commit
410a6bb087
2 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue