add shell.nix
This commit is contained in:
parent
60150e166d
commit
9b6696fcd5
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
|||
{ lib, config, pkgs, ... }: {
|
||||
imports =
|
||||
[
|
||||
# SOPS Shell integration
|
||||
./shell.nix
|
||||
|
||||
# Desktop Environments
|
||||
./desktops/gnome.nix
|
||||
|
||||
|
|
Loading…
Reference in a new issue