started looking at home manager

This commit is contained in:
MichaelFisher1997
2025-05-11 19:58:17 +01:00
parent f8f6a134d1
commit 0d72587a3f
4 changed files with 7 additions and 18 deletions

View File

@@ -15,7 +15,6 @@
./networking.nix
./gpu.nix
./sunshine.nix
./home-manager.nix
#./i3.nix
];

View File

@@ -1,11 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.home-manager
];
# home-manager.useGlobalPkgs = true;
# home-manager.useUserPackages = true;
#home-manager.users.micqdf = import ../../home/micqdf.nix;
}

View File

@@ -52,6 +52,7 @@ in
alacritty
# Shell Utilities
home-manager
fish
zsh
curl