cleanup and fixes
This commit is contained in:
parent
eaf7f76acf
commit
35e4be4c58
@ -62,7 +62,7 @@
|
|||||||
program = {
|
program = {
|
||||||
docker.enable = false;
|
docker.enable = false;
|
||||||
podman.enable = true;
|
podman.enable = true;
|
||||||
ollama.enable = true;
|
ollama.enable = false;
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
proxychains.enable = true;
|
proxychains.enable = true;
|
||||||
tor.enable = true;
|
tor.enable = true;
|
||||||
@ -85,9 +85,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
|
pkgs.gcc
|
||||||
|
|
||||||
inputs.install-script.packages.${system}.default
|
inputs.install-script.packages.${system}.default
|
||||||
inputs.shinya-nvf.packages.${system}.nvf
|
inputs.shinya-nvf.packages.${system}.nvf
|
||||||
pkgs.gcc
|
|
||||||
];
|
];
|
||||||
|
|
||||||
#services.twingate.enable = true;
|
#services.twingate.enable = true;
|
||||||
|
|||||||
@ -1,7 +1,4 @@
|
|||||||
{
|
{userSettings, ...}: {
|
||||||
userSettings,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
# Home manager configuration
|
# Home manager configuration
|
||||||
home.username = "${userSettings.username}";
|
home.username = "${userSettings.username}";
|
||||||
home.homeDirectory = "/home/${userSettings.username}";
|
home.homeDirectory = "/home/${userSettings.username}";
|
||||||
@ -13,16 +10,18 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Shell management
|
# Shell management
|
||||||
sh.oh-my-posh.enable = true;
|
sh = {
|
||||||
|
|
||||||
sh.bash = {
|
|
||||||
enable = true;
|
|
||||||
oh-my-posh.enable = true;
|
oh-my-posh.enable = true;
|
||||||
};
|
|
||||||
|
|
||||||
sh.zsh = {
|
bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
oh-my-posh.enable = true;
|
oh-my-posh.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
zsh = {
|
||||||
|
enable = true;
|
||||||
|
oh-my-posh.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Application lists
|
# Application lists
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
ferdium
|
ferdium
|
||||||
|
|
||||||
bitwarden
|
bitwarden
|
||||||
bitwarden-cli
|
#bitwarden-cli
|
||||||
|
|
||||||
file-roller
|
file-roller
|
||||||
stellarium
|
stellarium
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user