From b3a030f155d2e567f16c7901a756066957173cc2 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Fri, 29 Sep 2023 21:08:48 -0700 Subject: moved home.nix to hosts --- home.nix | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 home.nix (limited to 'home.nix') diff --git a/home.nix b/home.nix deleted file mode 100644 index 0ec8399..0000000 --- a/home.nix +++ /dev/null @@ -1,47 +0,0 @@ -{ config, pkgs, ... }: - -{ - home.username = "shubh"; - home.homeDirectory = "/home/shubh"; - - # You should not change this value, even if you update Home Manager. If you do - # want to update the value, then make sure to first check the Home Manager - # release notes. - home.stateVersion = "23.05"; - - home.packages = with pkgs; [ - git - unzip - wget - gnupg - pinentry - wl-clipboard - pass - tmux - fzf - firefox - libreoffice-qt - # (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; }) - ]; - - imports = [ - ./modules/common.nix - ]; - - services.gpg-agent = { - enable = true; - pinentryFlavor = "qt"; - }; - - xdg = { - userDirs = { - enable = true; - desktop = "\$HOME/desktop"; - documents = "\$HOME/docs"; - download = "\$HOME/downloads"; - pictures = "\$HOME/pics"; - music = "\$HOME/music"; - videos = "\$HOME/vids"; - }; - }; -} -- cgit v1.2.3