mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-20 00:54:41 +04:00
major ui improvements
This commit is contained in:
parent
8ef03fdd80
commit
3fc17746d0
14 changed files with 143 additions and 9488 deletions
|
|
@ -33,6 +33,7 @@ in {
|
|||
makeWorkDir = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
run mkdir -p ~/work/personal
|
||||
run mkdir -p ~/work/experiments
|
||||
run mkdir -p ~/.sock
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
@ -55,7 +56,7 @@ in {
|
|||
|
||||
fish = {
|
||||
enable = true;
|
||||
shellInitLast = builtins.readFile (rootPath + "/home/.config/fish/minimal.fish");
|
||||
shellInitLast = builtins.readFile (rootPath + "/home/.config/fish/config.fish");
|
||||
};
|
||||
|
||||
starship = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue