diff options
| author | stefan <stefan@s00.xyz> | 2025-05-20 15:17:01 -0400 |
|---|---|---|
| committer | stefan <stefan@s00.xyz> | 2025-05-20 15:17:01 -0400 |
| commit | 92fe04a180e3cfca16c3ef4150a5a1eec879b665 (patch) | |
| tree | be66d0ea3bafed01bec10bb286f6964703bcfb72 /form | |
| parent | 2d701706abcc131aea8b2758cfff0acdc18a4b74 (diff) | |
| download | home-92fe04a180e3cfca16c3ef4150a5a1eec879b665.tar.gz | |
(form) sync
Diffstat (limited to 'form')
| -rw-r--r-- | form/configuration.nix | 11 | ||||
| -rw-r--r-- | form/home.nix | 5 |
2 files changed, 10 insertions, 6 deletions
diff --git a/form/configuration.nix b/form/configuration.nix index 79e0f18..5a6a789 100644 --- a/form/configuration.nix +++ b/form/configuration.nix @@ -37,11 +37,11 @@ programs.zsh = { enable = true; - ohMyZsh = { - enable = true; - }; + ohMyZsh.enable = true; }; + documentation.dev.enable = true; + users.users.stefan = { isNormalUser = true; extraGroups = [ "wheel" "networkmanager" "gamemode" ]; # Enable ‘sudo’ for the user. @@ -92,6 +92,11 @@ gnupg pinentry-qt btop + man-pages + man-pages-posix + wineWowPackages.staging + winetricks + wineWowPackages.waylandFull ]; environment.pathsToLink = [ "/share/zsh" ]; diff --git a/form/home.nix b/form/home.nix index 50c7668..c9f7a2f 100644 --- a/form/home.nix +++ b/form/home.nix @@ -17,10 +17,9 @@ ]; }; - # colors.mountain.enable = true; - colors.tomorrow.enable = true; + colors.mountain.enable = true; + # colors.tomorrow.enable = true; gpg.enable = true; - zsh.theme = "simple"; pass = { enable = true; |