JJ config

This commit is contained in:
Nathan Braswell
2025-10-27 22:14:11 -04:00
parent f6040886f1
commit ec3c43a20a
3 changed files with 12 additions and 5 deletions

View File

@@ -45,7 +45,7 @@
}));
homeManagerSharedModule = {
home-manager.useGlobalPkgs = true;
home-manager.users.nathan = ((import ./home-manager/home.nix) { username = "nathan"; homeDirectory = "/home/nathan"; });
home-manager.users.nathan = ((import ./home-manager/home.nix) { username = "nathan"; homeDirectory = "/home/nathan"; backgroundImg = config.stylix.image });
};
commonConfigFunc = ({ config, lib, pkgs, modulesPath, ... }: (specificPkgs: {
nixpkgs.config.allowUnfree = true;