From 53a39bc6f60b8d19964a64583fbf10088b7c8d20 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Mon, 4 Nov 2024 10:06:11 +0530 Subject: (update): dwl, vm config --- machines/v/home.nix | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 machines/v/home.nix (limited to 'machines/v/home.nix') diff --git a/machines/v/home.nix b/machines/v/home.nix deleted file mode 100644 index 201d8db..0000000 --- a/machines/v/home.nix +++ /dev/null @@ -1,40 +0,0 @@ -{ pkgs, ... }: - -{ - nixpkgs.config.allowUnfree = true; - - home = { - username = "vagrant"; - homeDirectory = "/home/vagrant"; - }; - - home.packages = with pkgs; [ - wget - - tmux - fzf - fd - ripgrep - - unzip - zip - - pyright - git-lfs - ]; - - programs.bash.initExtra = '' - . "$HOME/.nix-profile/etc/profile.d/nix.sh" - alias ls="ls --color=auto" - ''; - - imports = (map (path: ../../config/${path}) [ - "bash.nix" - "dotfiles.nix" - "git" - "nvim" - ]); - - home.stateVersion = "23.11"; - programs.home-manager.enable = true; -} -- cgit v1.2.3