summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-07 03:58:07 +0530
committerbrustybee <bee@4d2.org>2026-03-07 03:58:07 +0530
commitb06cda3a76316b75471c5100d724b59286fe6988 (patch)
treecee155eb8c53cc02545cdafbb6636eb5d69fa9b6 /hosts
parentb9c9e4a45d59c6df1a794cc24b473e394633effb (diff)
Add obs and file managers ( yazi & nautilus )
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common.nix b/hosts/common.nix
index 65302b1..87feb13 100644
--- a/hosts/common.nix
+++ b/hosts/common.nix
@@ -219,6 +219,7 @@
environment.systemPackages = with pkgs; [
android-tools
+ sops
];
users.defaultUserShell = pkgs.fish;