From a75b69b88f967e6271d75a1bc122da0b2e4eeece Mon Sep 17 00:00:00 2001 From: jjanzen Date: Wed, 8 Jan 2025 17:24:21 -0600 Subject: system changes --- macos.local/.flake/home/core.nix.org | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'macos.local/.flake/home/core.nix.org') diff --git a/macos.local/.flake/home/core.nix.org b/macos.local/.flake/home/core.nix.org index 4801831..f92adc3 100644 --- a/macos.local/.flake/home/core.nix.org +++ b/macos.local/.flake/home/core.nix.org @@ -1,6 +1,6 @@ #+title: Home Configuration -Set up home manager for my user account and import submodules. +Set up home manager for my user account and import submodules. Define my user as =jjanzen= and specify the wallpaper and add items to the =PATH= variable. #+begin_src nix { config, pkgs, ... }: @@ -14,21 +14,12 @@ Set up home manager for my user account and import submodules. home.stateVersion = "24.05"; programs.home-manager.enable = true; -#+end_src -Set username and paths. -#+begin_src nix home.username = "jjanzen"; home.homeDirectory = "/Users/jjanzen"; -#+end_src -Import a wallpaper to the path =~/.wallpaper=. -#+begin_src nix home.file.".wallpaper".source = ./.wallpaper; -#+end_src -Add Homebrew to the path along with standard =bin= directories. -#+begin_src nix home.sessionPath = [ "$HOME/.local/bin" "/usr/local/bin" -- cgit v1.2.3