From 35e4be4c582794c799535c0e77c91af91ff2209e Mon Sep 17 00:00:00 2001 From: foglar Date: Tue, 11 Feb 2025 17:40:57 +0100 Subject: [PATCH] cleanup and fixes --- kogami/configuration.nix | 5 +++-- kogami/home.nix | 23 +++++++++++------------ nixos/home/apps/applications.nix | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/kogami/configuration.nix b/kogami/configuration.nix index 304b28b..8899f81 100644 --- a/kogami/configuration.nix +++ b/kogami/configuration.nix @@ -62,7 +62,7 @@ program = { docker.enable = false; podman.enable = true; - ollama.enable = true; + ollama.enable = false; steam.enable = true; proxychains.enable = true; tor.enable = true; @@ -85,9 +85,10 @@ }; environment.systemPackages = [ + pkgs.gcc + inputs.install-script.packages.${system}.default inputs.shinya-nvf.packages.${system}.nvf - pkgs.gcc ]; #services.twingate.enable = true; diff --git a/kogami/home.nix b/kogami/home.nix index 25f625c..6ff97e6 100644 --- a/kogami/home.nix +++ b/kogami/home.nix @@ -1,7 +1,4 @@ -{ - userSettings, - ... -}: { +{userSettings, ...}: { # Home manager configuration home.username = "${userSettings.username}"; home.homeDirectory = "/home/${userSettings.username}"; @@ -13,16 +10,18 @@ ]; # Shell management - sh.oh-my-posh.enable = true; - - sh.bash = { - enable = true; + sh = { oh-my-posh.enable = true; - }; - sh.zsh = { - enable = true; - oh-my-posh.enable = true; + bash = { + enable = true; + oh-my-posh.enable = true; + }; + + zsh = { + enable = true; + oh-my-posh.enable = true; + }; }; # Application lists diff --git a/nixos/home/apps/applications.nix b/nixos/home/apps/applications.nix index 73493b0..48c80af 100644 --- a/nixos/home/apps/applications.nix +++ b/nixos/home/apps/applications.nix @@ -17,7 +17,7 @@ ferdium bitwarden - bitwarden-cli + #bitwarden-cli file-roller stellarium