Bulk commit

This commit is contained in:
Benson Chu 2024-10-21 15:09:02 -05:00
parent 84c9619984
commit afe049348b
3 changed files with 16 additions and 25 deletions

View file

@ -122,6 +122,11 @@ in
};
};
security.pam.services.kwallet = {
name = "kwallet";
enableKwallet = true;
};
security = {
rtkit.enable = true;
sudo.wheelNeedsPassword = false;
@ -184,6 +189,7 @@ in
google-chrome
firefox
lynx
chromium
# networking
curl

View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1720042825,
"narHash": "sha256-A0vrUB6x82/jvf17qPCpxaM+ulJnD8YZwH9Ci0BsAzE=",
"lastModified": 1726989464,
"narHash": "sha256-Vl+WVTJwutXkimwGprnEtXc/s/s8sMuXzqXaspIGlwM=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "e1391fb22e18a36f57e6999c7a9f966dc80ac073",
"rev": "2f23fa308a7c067e52dfcc30a0758f47043ec176",
"type": "github"
},
"original": {
@ -23,11 +23,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1725407940,
"narHash": "sha256-tiN5Rlg/jiY0tyky+soJZoRzLKbPyIdlQ77xVgREDNM=",
"lastModified": 1728328465,
"narHash": "sha256-a0a0M1TmXMK34y3M0cugsmpJ4FJPT/xsblhpiiX1CXo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6f6c45b5134a8ee2e465164811e451dcb5ad86e3",
"rev": "1bfbbbe5bbf888d675397c66bfdb275d0b99361c",
"type": "github"
},
"original": {
@ -46,11 +46,11 @@
},
"unstable": {
"locked": {
"lastModified": 1725432240,
"narHash": "sha256-+yj+xgsfZaErbfYM3T+QvEE2hU7UuE+Jf0fJCJ8uPS0=",
"lastModified": 1728241625,
"narHash": "sha256-yumd4fBc/hi8a9QgA9IT8vlQuLZ2oqhkJXHPKxH/tRw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "ad416d066ca1222956472ab7d0555a6946746a80",
"rev": "c31898adf5a8ed202ce5bea9f347b1c6871f32d1",
"type": "github"
},
"original": {

View file

@ -41,9 +41,7 @@
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
cilium-cli
go
packer
podman
podman-compose
ansible
@ -54,28 +52,15 @@
htop
jq
k9s
krew
kubectl
kubernetes-helm
ovftool
nixfmt
ranger
ripgrep
shellcheck
shfmt
sops
sysz
tealdeer
tmux
# @Nikolai This apparently is affected by some vulnerability?
# CVE-2024-2660
# vault
whois
zoom-us
slack
unstablePkgs.awscli2
unstablePkgs.clusterctl
unstablePkgs.fira-code-nerdfont
];
programs = {