From 38f367edeb21e222cbc185b21fdc14b2b86de4c1 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Tue, 14 Oct 2025 20:38:36 -0400 Subject: add owo --- machines/owo/home.nix | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 machines/owo/home.nix (limited to 'machines/owo/home.nix') diff --git a/machines/owo/home.nix b/machines/owo/home.nix new file mode 100644 index 0000000..647aed2 --- /dev/null +++ b/machines/owo/home.nix @@ -0,0 +1,28 @@ +{ inputs, pkgs, ... }: + +{ + home = { + username = "compromyse"; + homeDirectory = "/home/compromyse"; + }; + + home.packages = with pkgs; [ + tmux + fzf + fd + ripgrep + jq + + unzip + zip + ]; + + imports = (map (path: ../../config/${path}) [ + "bash.nix" + "dotfiles.nix" + "git" + "nvim" + ]); + + home.stateVersion = "23.11"; +} -- cgit v1.2.3