prettyfying - removed old packages, yubikey.nix not implemented yet

This commit is contained in:
aaron 2025-03-26 16:42:55 +01:00
parent 3f78ce4e3f
commit e1c390bfe1
5 changed files with 2 additions and 16 deletions

View file

@ -58,7 +58,7 @@
./modules/defaults/virtualization/docker.nix ./modules/defaults/virtualization/docker.nix
./modules/defaults/virtualization/kvm.nix ./modules/defaults/virtualization/kvm.nix
./modules/defaults/security.nix ./modules/defaults/security.nix
./modules/defaults/yubikey.nix #./modules/defaults/yubikey.nix
]; ];
}; };
}; };

View file

@ -6,7 +6,7 @@
nix-index nix-index
vim tmux vim tmux
vimPlugins.vim-markdown-toc vimPlugins.vim-markdown-toc
python3.13-markitdown-unstable python313Packages.markitdown
wget curl wget curl
htop atop iotop iftop htop atop iotop iftop
file bc file bc

View file

@ -2,13 +2,10 @@
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
networkmanagerapplet networkmanagerapplet
unzip unzip
bat #silver-searcher bat #silver-searcher
jq jq
libfaketime libfaketime
dmenu ## required by clipmenu dmenu ## required by clipmenu
]; ];

View file

@ -14,10 +14,6 @@
networking.interfaces.eth0.useDHCP = true; networking.interfaces.eth0.useDHCP = true;
networking.interfaces.wlan0.useDHCP = true; networking.interfaces.wlan0.useDHCP = true;
# services.openvpn.servers = {
# officeVPN = { config = '' config /root/nixos/openvpn/officeVPN.conf ''; };
# };
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];

View file

@ -34,22 +34,17 @@
fzf fzf
imagemagick imagemagick
gcc gcc
calyx-vpn
riseup-vpn
ungoogled-chromium ungoogled-chromium
kopia kopia
smplayer smplayer
libsForQt5.kate libsForQt5.kate
usbutils usbutils
openvpn
appflowy appflowy
libsForQt5.krfb libsForQt5.krfb
libsForQt5.xdg-desktop-portal-kde libsForQt5.xdg-desktop-portal-kde
vscodium vscodium
python311Packages.wled python311Packages.wled
python311Packages.pip python311Packages.pip
yubioath-flutter
#ripgrep
authenticator authenticator
ollama ollama
gpt4all gpt4all
@ -64,11 +59,9 @@
home.stateVersion = "21.11"; home.stateVersion = "21.11";
imports = [ imports = [
./home-manager/base.nix ./home-manager/base.nix
./home-manager/office.nix ./home-manager/office.nix
./home-manager/multimedia.nix ./home-manager/multimedia.nix
./home-manager/nextcloud.nix ./home-manager/nextcloud.nix
./home-manager/admin.nix ./home-manager/admin.nix
./home-manager/dev/base.nix ./home-manager/dev/base.nix
# ./home-manager/dev/nvim-coc.nix # ./home-manager/dev/nvim-coc.nix