diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-07-04 13:24:36 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-07-04 13:24:36 -0700 |
commit | 12722eb59146fa91e5307200c1b356578ac3d413 (patch) | |
tree | 2ac39bbe099cb055e6a7b13411cf34660a5ba1cf /home/root/arrakis.nix | |
parent | 29240178db8af670ce3eede245d38894880cc735 (diff) | |
download | nix-12722eb59146fa91e5307200c1b356578ac3d413.tar nix-12722eb59146fa91e5307200c1b356578ac3d413.tar.gz nix-12722eb59146fa91e5307200c1b356578ac3d413.tar.bz2 nix-12722eb59146fa91e5307200c1b356578ac3d413.tar.lz nix-12722eb59146fa91e5307200c1b356578ac3d413.tar.xz nix-12722eb59146fa91e5307200c1b356578ac3d413.tar.zst nix-12722eb59146fa91e5307200c1b356578ac3d413.zip |
Initial arrakis configuration
Diffstat (limited to '')
-rw-r--r-- | home/root/arrakis.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home/root/arrakis.nix b/home/root/arrakis.nix new file mode 100644 index 0000000..83c92cd --- /dev/null +++ b/home/root/arrakis.nix @@ -0,0 +1,6 @@ +{ inputs, lib, pkgs, config, outputs, ... }: +{ + imports = [ + common/core + ]; +} |