prettyfying - removed old packages, yubikey.nix not implemented yet
This commit is contained in:
parent
3f78ce4e3f
commit
e1c390bfe1
5 changed files with 2 additions and 16 deletions
|
@ -58,7 +58,7 @@
|
|||
./modules/defaults/virtualization/docker.nix
|
||||
./modules/defaults/virtualization/kvm.nix
|
||||
./modules/defaults/security.nix
|
||||
./modules/defaults/yubikey.nix
|
||||
#./modules/defaults/yubikey.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
nix-index
|
||||
vim tmux
|
||||
vimPlugins.vim-markdown-toc
|
||||
python3.13-markitdown-unstable
|
||||
python313Packages.markitdown
|
||||
wget curl
|
||||
htop atop iotop iftop
|
||||
file bc
|
||||
|
|
|
@ -2,13 +2,10 @@
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
networkmanagerapplet
|
||||
|
||||
unzip
|
||||
bat #silver-searcher
|
||||
jq
|
||||
|
||||
libfaketime
|
||||
|
||||
dmenu ## required by clipmenu
|
||||
];
|
||||
|
||||
|
|
|
@ -14,10 +14,6 @@
|
|||
networking.interfaces.eth0.useDHCP = true;
|
||||
networking.interfaces.wlan0.useDHCP = true;
|
||||
|
||||
# services.openvpn.servers = {
|
||||
# officeVPN = { config = '' config /root/nixos/openvpn/officeVPN.conf ''; };
|
||||
# };
|
||||
|
||||
# Open ports in the firewall.
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
|
|
|
@ -34,22 +34,17 @@
|
|||
fzf
|
||||
imagemagick
|
||||
gcc
|
||||
calyx-vpn
|
||||
riseup-vpn
|
||||
ungoogled-chromium
|
||||
kopia
|
||||
smplayer
|
||||
libsForQt5.kate
|
||||
usbutils
|
||||
openvpn
|
||||
appflowy
|
||||
libsForQt5.krfb
|
||||
libsForQt5.xdg-desktop-portal-kde
|
||||
vscodium
|
||||
python311Packages.wled
|
||||
python311Packages.pip
|
||||
yubioath-flutter
|
||||
#ripgrep
|
||||
authenticator
|
||||
ollama
|
||||
gpt4all
|
||||
|
@ -64,11 +59,9 @@
|
|||
home.stateVersion = "21.11";
|
||||
imports = [
|
||||
./home-manager/base.nix
|
||||
|
||||
./home-manager/office.nix
|
||||
./home-manager/multimedia.nix
|
||||
./home-manager/nextcloud.nix
|
||||
|
||||
./home-manager/admin.nix
|
||||
./home-manager/dev/base.nix
|
||||
# ./home-manager/dev/nvim-coc.nix
|
||||
|
|
Loading…
Add table
Reference in a new issue