diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-09-22 20:05:07 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-09-22 20:05:07 +0000 |
| commit | 03d744366c443e9cf31a165f6d9beb9ecf169bb5 (patch) | |
| tree | b921ec8137e64ca3cf8bfce6f9297652e2ac4314 | |
| parent | 4888a84e8e48af6276ab09d2446542106d5f69fd (diff) | |
routine updates
| -rw-r--r-- | nixpkgs/.config/nixpkgs/common/nvim/plugins/lspconfig.lua | 2 | ||||
| -rw-r--r-- | nixpkgs/.config/nixpkgs/per-user/kdam0-work/home.nix | 11 |
2 files changed, 10 insertions, 3 deletions
diff --git a/nixpkgs/.config/nixpkgs/common/nvim/plugins/lspconfig.lua b/nixpkgs/.config/nixpkgs/common/nvim/plugins/lspconfig.lua index 9b667b4..bf6bef0 100644 --- a/nixpkgs/.config/nixpkgs/common/nvim/plugins/lspconfig.lua +++ b/nixpkgs/.config/nixpkgs/common/nvim/plugins/lspconfig.lua @@ -113,7 +113,7 @@ local settings = { ansiblels = { ansible = { ansible = { - useFullyQualifiedCollectionNames = false + useFullyQualifiedCollectionNames = true }, executionEnvironment = { containerEngine = "docker", diff --git a/nixpkgs/.config/nixpkgs/per-user/kdam0-work/home.nix b/nixpkgs/.config/nixpkgs/per-user/kdam0-work/home.nix index 6cf7fdf..b01994c 100644 --- a/nixpkgs/.config/nixpkgs/per-user/kdam0-work/home.nix +++ b/nixpkgs/.config/nixpkgs/per-user/kdam0-work/home.nix @@ -23,7 +23,7 @@ search = "nix search nixpkgs $@"; conf = "ranger ~/.config/nixpkgs/common/"; up = "home-manager switch"; - k9s = "docker run --rm -it -v ~/.kube/config:/root/.kube/config quay.io/derailed/k9s"; + k9s = "docker run --net host --rm -it -v ~/.kube/config:/root/.kube/config quay.io/derailed/k9s"; b = "ssh kdamani@burne.sat"; auto = "ssh kepler@auto.sat"; dns = "ssh administrator@ctrlf-dns"; @@ -132,6 +132,12 @@ home.stateVersion = "22.11"; + nixpkgs = { + config = { + allowUnfree = true; + allowUnfreePredicate = (_: true); + }; + }; home.packages = with pkgs; [ # Window environment pkgs.somebar @@ -188,12 +194,13 @@ # Work stuff pkgs.mattermost-desktop pkgs.signal-desktop + pkgs.slack pkgs.wev pkgs.sshpass pkgs.libreoffice pkgs.drawio pkgs.kubectl - pkgs.helm + pkgs.kubernetes-helm pkgs.virt-viewer ]; |
