about summary refs log tree commit diff
path: root/hosts/carmel/profile.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-08 16:58:02 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-08 16:58:02 -0700
commit06da879408f120c476eea0b36a74d246a44853fb (patch)
tree470e9f4d2a36f232bc1fe2ea4237e5b19978ce33 /hosts/carmel/profile.nix
parenthosts: rename hardware-configuration to hardware (diff)
downloadworld-06da879408f120c476eea0b36a74d246a44853fb.tar.gz
carmel: configure the desktop properly
Diffstat (limited to 'hosts/carmel/profile.nix')
-rw-r--r--hosts/carmel/profile.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/carmel/profile.nix b/hosts/carmel/profile.nix
new file mode 100644
index 0000000..6174a60
--- /dev/null
+++ b/hosts/carmel/profile.nix
@@ -0,0 +1,5 @@
+{ ... }:
+
+{
+  my.profiles.desktop.enable = true;
+}