cleanup and fixes
This commit is contained in:
parent
eaf7f76acf
commit
35e4be4c58
@ -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;
|
||||
|
||||
@ -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
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
ferdium
|
||||
|
||||
bitwarden
|
||||
bitwarden-cli
|
||||
#bitwarden-cli
|
||||
|
||||
file-roller
|
||||
stellarium
|
||||
|
||||
Loading…
Reference in New Issue
Block a user