From 06da879408f120c476eea0b36a74d246a44853fb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 8 Apr 2022 16:58:02 -0700 Subject: carmel: configure the desktop properly --- hosts/carmel/home.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 hosts/carmel/home.nix (limited to 'hosts/carmel/home.nix') diff --git a/hosts/carmel/home.nix b/hosts/carmel/home.nix new file mode 100644 index 0000000..eaf3185 --- /dev/null +++ b/hosts/carmel/home.nix @@ -0,0 +1,14 @@ +{ pkgs, ... }: + +{ + my.home = { + packages.enable = true; + fish.enable = true; + git.enable = true; + go.enable = true; + python.enable = true; + scanner.enable = true; + tmux.enable = true; + yt-dlp.enable = true; + }; +} -- cgit v1.2.3