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, ... }: {
|
{ lib, config, pkgs, ... }: {
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
|
# SOPS Shell integration
|
||||||
|
./shell.nix
|
||||||
|
|
||||||
# Desktop Environments
|
# Desktop Environments
|
||||||
./desktops/gnome.nix
|
./desktops/gnome.nix
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue