aktualizacja i posprzątanie plików

This commit is contained in:
installer
2025-08-14 13:22:53 +02:00
parent e1494d6c26
commit fb2279a575
11 changed files with 21 additions and 88 deletions

View File

@@ -20,18 +20,4 @@
enable32Bit = true;
};
};
# fileSystems."/mnt/Garand-Library" = {
# device = "//192.168.1.156/Garand-Library";
# fsType = "cifs";
# options = [
# "credentials=/etc/smb-credentials"
# "uid=1000"
# "gid=100"
# "iocharset=utf8"
# "x-systemd.automount"
# "x-systemd.idle-timeout=60"
# "noauto"
# ];
# };
}

View File

@@ -25,11 +25,6 @@
nixpkgs.config = {
allowUnfree = true;
pulseaudio = true;
# packageOverrides = pkgs: {
# ulauncher = pkgs.ulauncher.override {
# autoStart = true;
# };
# };
};
# Extra Portal Configuration

View File

@@ -13,6 +13,6 @@
anki-bin
onlyoffice-bin
freetube
calyx-vpn
mattermost-desktop
];
}

View File

@@ -12,6 +12,5 @@
vlc
kdePackages.kdenlive
obs-studio
# libreoffice
];
}

View File

@@ -8,7 +8,7 @@
virt-viewer
libvirt
greetd.tuigreet
# galculator
galculator
lazydocker
# lazygit
docker-slim

View File

@@ -3,8 +3,6 @@
environment.systemPackages = with pkgs; [
gambit-chess
tty-solitaire
# bastet
# nsnake
cmatrix
cowsay
sl

View File

@@ -29,7 +29,6 @@ in {
};
greetd = {
enable = true;
vt = 3;
settings = {
default_session = {
# Wayland Desktop Manager is installed only for user ryan via home-manager!
@@ -94,31 +93,6 @@ in {
};
rpcbind.enable = false;
nfs.server.enable = false;
# ollama = {
# enable = true;
# package = pkgs.ollama;
# # acceleration = "rocm";
# # environmentVariables = {
# # HCC_AMDGPU_TARGET = "gfx1036";
# # };
# # rocmOverrideGfx = "10.3.6";
# loadModels = [
# # "deepseek-r1:1.5b"
# # "deepseek-r1:7b"
# ];
# };
# open-webui = {
# enable = true;
# package = pkgs.open-webui;
# };
# penvpn.servers = {
# RO-P2P = {
# config = ''
# config /home/garand_plg/Documents/RO-ovpn-tcp.ovpn
# '';
# updateResolvConf = true;
# };
# };
};
console.keyMap = "${keyboardLayout}";

View File

@@ -6,11 +6,5 @@
enable = true;
package = pkgs.docker;
};
# waydroid.enable = true;
# podman = {
# enable = true;
# dockerCompat = true;
# defaultNetwork.settings.dns_enabled = true;
# };
};
}

View File

@@ -282,7 +282,7 @@
ublock-origin
sponsorblock
darkreader
# flagfox
flagfox
hoppscotch
return-youtube-dislikes
sponsorblock

View File

@@ -21,10 +21,6 @@ in {
gh.enable = true;
# btop = {
# enable = false;
# };
kitty = {
enable = true;
package = pkgs.kitty;
@@ -68,27 +64,18 @@ in {
os-up = "sudo nix flake update";
os-upg = "sudo nix flake update && sudo nixos-rebuild switch --flake ~/zaneyos";
os-up-np = "sudo nix flake update --update-input nixpkgs";
os-up-hm = "sudo nix flake update --update-input home-manager";
os-up-sx = "sudo nix flake update --update-input stylix";
os-up-af = "sudo nix flake update --update-input auto-cpufreq";
os-up-fa = "sudo nix flake update --update-input firefox-addons";
fr = "nh os switch --hostname ${host} /home/${username}/zaneyos";
fu = "nh os switch --hostname ${host} --update /home/${username}/zaneyos";
hypr-cli = "hyprctl clients";
zu = "sh <(curl -L https://gitlab.com/Zaney/zaneyos/-/raw/main/install-zaneyos.sh)";
ncg = "nix-collect-garbage --delete-old && sudo nix-collect-garbage -d && sudo /run/current-system/bin/switch-to-configuration boot";
n = "nano";
f = "fuck";
cat = "bat";
ookla = "speedtest";
ls = "eza --icons";
ll = "eza -lh --icons --grid --group-directories-first";
la = "eza -lah --icons --grid --group-directories-first";
ssh-server = "ssh garand_plg@192.168.1.156 -p 556 -i ~/.ssh/hp-t640-homeserver";
scp-to-server = "function scp-to-server() { scp -i ~/.ssh/hp-t640-homeserver -P 556 $1 garand_plg@192.168.1.156:$2; }; scp-to-server";
fc = "fortune | cowsay";
terminal = "cat /home/garand_plg/Documents/terminal.txt";
e-terminal = "nano /home/garand_plg/Documents/terminal.txt";
mkgidf = "git add --intent-to-add . && git diff > git-diff.txt";
".." = "cd ..";
kys = "shutdown now";