This commit is contained in:
iFargle 2023-07-13 18:11:42 +09:00
parent 76aff114b8
commit f8ad7a8364
2 changed files with 2 additions and 1 deletions

View file

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

View file

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