Add .local/bin to paht
This commit is contained in:
parent
87874134fc
commit
3fbe1e57a6
3 changed files with 5 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
extraGroups = [ "wheel" "video" "lp" "scanner" "adbusers" "render" "libvirtd" "podman" "docker" ];
|
||||
};
|
||||
home-manager.users.mae = { pkgs, ... }: {
|
||||
imports = [ ../profiles/direnv ../profiles/git ../profiles/zsh ../profiles/neovim ../profiles/syncthing ../profiles/kdeconnect ../profiles/podman ../profiles/tmux ../profiles/mpv ../profiles/sway ];
|
||||
imports = [ ../profiles/core ../profiles/direnv ../profiles/git ../profiles/zsh ../profiles/neovim ../profiles/syncthing ../profiles/kdeconnect ../profiles/podman ../profiles/tmux ../profiles/mpv ../profiles/sway ];
|
||||
mae.alacritty.enable = true;
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [ ../profiles/direnv ../profiles/zsh ../profiles/neovim ../profiles/syncthing ../profiles/kdeconnect ../profiles/tmux ../profiles/mpv ../profiles/sway ];
|
||||
imports = [ ../profiles/core ../profiles/direnv ../profiles/zsh ../profiles/neovim ../profiles/syncthing ../profiles/kdeconnect ../profiles/tmux ../profiles/mpv ../profiles/sway ];
|
||||
targets.genericLinux.enable = true;
|
||||
home.packages = [ pkgs.home-manager ];
|
||||
wayland.windowManager.sway.extraSessionCommands = ''
|
||||
|
|
3
users/profiles/core/default.nix
Normal file
3
users/profiles/core/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
home.sessionPath = ["$HOME/.local/bin"];
|
||||
}
|
Loading…
Reference in a new issue