aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fw/home.nix2
-rw-r--r--modules/neovim/default.nix1
-rw-r--r--modules/pass/default.nix1
3 files changed, 4 insertions, 0 deletions
diff --git a/fw/home.nix b/fw/home.nix
index 1ceba89..1e7fc63 100644
--- a/fw/home.nix
+++ b/fw/home.nix
@@ -33,6 +33,7 @@
pfetch
nicotine-plus
mpc
+ nautilus
# ncmpcpp
];
};
@@ -72,5 +73,6 @@
tofi.enable = true;
mpd.enable = true;
rmpc.enable = true;
+ obs-studio.enable = true;
};
}
diff --git a/modules/neovim/default.nix b/modules/neovim/default.nix
index 5e3234f..dacb7d7 100644
--- a/modules/neovim/default.nix
+++ b/modules/neovim/default.nix
@@ -68,6 +68,7 @@ in
home.packages = with pkgs; [
basedpyright
clang-tools
+ libclang.python
ruff
nixfmt-rfc-style
scalafmt
diff --git a/modules/pass/default.nix b/modules/pass/default.nix
index 6f17158..da92f51 100644
--- a/modules/pass/default.nix
+++ b/modules/pass/default.nix
@@ -37,6 +37,7 @@ in
config = mkIf cfg.enable {
home.packages = with pkgs; [
+ passExtensions.pass-update
(writeShellScriptBin "passmenu" ''
shopt -s nullglob globstar