From 88cc3e7e0765b5dd11b06db442ad46536342bba5 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 1 Feb 2024 18:40:39 +0530 Subject: Updates (#1) * . * . * . * . * . * . * . * . * . * . * update * . * temp * . * . * . * . * . * . * . * . * . * . * . * . * temp * . * . * . * update --- machines/x/home.nix | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 machines/x/home.nix (limited to 'machines/x/home.nix') diff --git a/machines/x/home.nix b/machines/x/home.nix new file mode 100644 index 0000000..292495c --- /dev/null +++ b/machines/x/home.nix @@ -0,0 +1,44 @@ +{ pkgs, ... }: + +{ + nixpkgs.config.allowUnfree = true; + + home = { + username = "compromyse"; + homeDirectory = "/home/compromyse"; + }; + + home.packages = with pkgs; [ + wget + + tmux + fzf + fd + ripgrep + + cinnamon.nemo + mate.eom + + # spotify + # firefox + + # obs-studio + + pavucontrol + blueman + brillo + ]; + + imports = (map (path: ../../config/${path}) [ + "themes.nix" + "dotfiles.nix" + "git" + "nvim" + "alacritty" + "dwl.nix" + "bash.nix" + "fuzzel" + ]); + + home.stateVersion = "23.11"; +} -- cgit v1.2.3