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 = { security = {
rtkit.enable = true; rtkit.enable = true;
sudo.wheelNeedsPassword = false; sudo.wheelNeedsPassword = false;
@ -184,6 +189,7 @@ in
google-chrome google-chrome
firefox firefox
lynx lynx
chromium
# networking # networking
curl curl

View file

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

View file

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