the great update
This commit is contained in:
4
user/homed/profile/default.nix
Normal file
4
user/homed/profile/default.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
homix.".profile".source = ./profile;
|
||||
}
|
||||
3
user/homed/profile/profile
Normal file
3
user/homed/profile/profile
Normal file
@@ -0,0 +1,3 @@
|
||||
export XDG_DATA_DIRS=$XDG_DATA_DIRS:/usr/share:/var/lib/flatpak/exports/share:$HOME/.local/share/flatpak/exports/share
|
||||
|
||||
export PATH="$PATH:${XDG_BIN_HOME:-$HOME/.local/bin}"
|
||||
Reference in New Issue
Block a user