diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-02-11 16:25:18 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-02-11 16:25:18 +0100 |
| commit | 5615ca059ad78448c826e26f23693574bcc71328 (patch) | |
| tree | 73586c16f5e0425ea13743ff5da366ef460cd89a /home-modules | |
| parent | 6c48ae3714a52827db60176a69e6b806cb05c675 (diff) | |
Nix update
Diffstat (limited to 'home-modules')
| -rw-r--r-- | home-modules/apps/desktop/default.nix | 1 | ||||
| -rw-r--r-- | home-modules/apps/zsh.nix | 17 |
2 files changed, 8 insertions, 10 deletions
diff --git a/home-modules/apps/desktop/default.nix b/home-modules/apps/desktop/default.nix index 5472dad..e85be14 100644 --- a/home-modules/apps/desktop/default.nix +++ b/home-modules/apps/desktop/default.nix @@ -100,7 +100,6 @@ in (lib.mkIf cfg.dev.enable { home.packages = with pkgs; [ hugo - wireshark-qt ]; }) (lib.mkIf cfg.connectivity.enable { diff --git a/home-modules/apps/zsh.nix b/home-modules/apps/zsh.nix index 5fca2ea..30795f0 100644 --- a/home-modules/apps/zsh.nix +++ b/home-modules/apps/zsh.nix @@ -2,7 +2,6 @@ config, pkgs, lib, - hostconfig, ... }: { @@ -14,20 +13,20 @@ programs.zsh = { enable = true; enableCompletion = true; - syntaxHighlighting.enable = true; - autosuggestion.enable =true; + syntaxHighlighting.enable = true; + autosuggestion.enable = true; oh-my-zsh = { enable = true; theme = "dst"; plugins = [ "kitty" - "rust" - "screen" - "systemd" - "tmux" - "nmap" + "rust" + "screen" + "systemd" + "tmux" + "nmap" "npm" - "ssh" + "ssh" ]; }; plugins = [ |
