From 9b6696fcd53cb685290a7f17ff59fa3974be970f Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 4 Jul 2023 15:50:30 +0900 Subject: [PATCH] add shell.nix --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 6dc9df4c..da91b746 100644 --- a/configuration.nix +++ b/configuration.nix @@ -13,6 +13,9 @@ { lib, config, pkgs, ... }: { imports = [ + # SOPS Shell integration + ./shell.nix + # Desktop Environments ./desktops/gnome.nix