aboutsummaryrefslogtreecommitdiff
path: root/form
diff options
context:
space:
mode:
Diffstat (limited to 'form')
-rw-r--r--form/configuration.nix11
-rw-r--r--form/home.nix5
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;