praca nad stworzeniem defaultowego profilu, z którego kolejne profile będą dziedziczyć.

This commit is contained in:
installer
2025-06-05 15:48:21 +02:00
parent 1cdac1fd73
commit 644f85194b
10 changed files with 1293 additions and 265 deletions

View File

@@ -7,6 +7,7 @@
dexApps = import ../../../scripts/dex-apps.nix {inherit pkgs;};
in {
# Home Manager Settings
nixpkgs.config.allowUnfree = true;
home = {
username = "${username}";
homeDirectory = "/home/${username}";