added packages

This commit is contained in:
foglar 2025-01-01 10:41:40 +01:00
parent b73d6a328d
commit e09e908ab1

View File

@ -1,8 +1,8 @@
{pkgs, ...}: { {pkgs, ...}: {
#imports = [ imports = [
# ../nixos/system/packages.nix ../nixos/system/packages.nix
# ../nixos/system/system.nix # ../nixos/system/system.nix
#]; ];
nix.extraOptions = '' nix.extraOptions = ''
experimental-features = nix-command flakes experimental-features = nix-command flakes
@ -38,22 +38,22 @@
# }; # };
# style.enable = false; # style.enable = false;
#}; #};
#
#program = { program = {
# docker.enable = true; docker.enable = true;
# podman.enable = false; podman.enable = false;
# steam.enable = false; steam.enable = false;
# proxychains.enable = false; proxychains.enable = false;
# tor.enable = false; tor.enable = false;
# virt-manager.enable = false; virt-manager.enable = false;
# virtualbox.enable = false; virtualbox.enable = false;
# yubikey = { yubikey = {
# enable = false; enable = false;
# lock-on-remove = false; lock-on-remove = false;
# notify = false; notify = false;
# }; };
# ssh.client.enable = false; ssh.client.enable = false;
#}; };
#nixpkgs.config.allowUnfree = true; #nixpkgs.config.allowUnfree = true;
@ -62,6 +62,7 @@
# User-facing stuff that you really really want to have # User-facing stuff that you really really want to have
neovim neovim
git git
neofetch
# Some common stuff that people expect to have # Some common stuff that people expect to have
#procps #procps