add shell.nix

This commit is contained in:
iFargle 2023-07-04 15:50:30 +09:00
parent 60150e166d
commit 9b6696fcd5

View file

@ -13,6 +13,9 @@
{ lib, config, pkgs, ... }: {
imports =
[
# SOPS Shell integration
./shell.nix
# Desktop Environments
./desktops/gnome.nix