cleanup and fixes

This commit is contained in:
foglar 2025-02-11 17:40:57 +01:00
parent eaf7f76acf
commit 35e4be4c58
3 changed files with 15 additions and 15 deletions

View File

@ -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;

View File

@ -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

View File

@ -17,7 +17,7 @@
ferdium
bitwarden
bitwarden-cli
#bitwarden-cli
file-roller
stellarium