test
This commit is contained in:
parent
76aff114b8
commit
f8ad7a8364
2 changed files with 2 additions and 1 deletions
|
@ -68,6 +68,7 @@
|
|||
|
||||
# Home Manager settings
|
||||
home-manager.nixosModules.home-manager {
|
||||
inherit hostname;
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.albert = import ./users/albert/home.nix;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, hostname, ... }: {
|
||||
home.stateVersion = "23.05";
|
||||
imports = [
|
||||
# ../../hosts/${hostname}/gnome-dconf.nix
|
||||
../../hosts/${hostname}/gnome-dconf.nix
|
||||
../../home-manager/git.nix
|
||||
../../home-manager/neovim.nix
|
||||
../../home-manager/bash.nix
|
||||
|
|
Loading…
Reference in a new issue