added bin to path and fixed scripts
This commit is contained in:
parent
7ad9eb5726
commit
42208d0029
7 changed files with 18 additions and 58 deletions
|
|
@ -32,6 +32,12 @@
|
|||
home.username = "moritz";
|
||||
home.homeDirectory = "/home/moritz";
|
||||
|
||||
home.sessionPath = [ "/home/moritz/bin" ];
|
||||
home.file."bin" = {
|
||||
recursive = true;
|
||||
source = ../bin;
|
||||
};
|
||||
|
||||
xdg.userDirs = {
|
||||
enable = true;
|
||||
createDirectories = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue