mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-28 15:04:22 -04:00
6 current 2024-05-27 21:21:06 24.11.20240524.bfb7a88 Unknown *
This commit is contained in:
parent
7afd6626c4
commit
d7c8daf0e4
6 changed files with 8 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
};
|
||||
gh = {
|
||||
recursive = true;
|
||||
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nixos/dotfiles/gh";
|
||||
source = ../dotfiles/gh;
|
||||
target = "./.config/gh";
|
||||
};
|
||||
btop = {
|
||||
|
|
|
@ -99,4 +99,7 @@ in
|
|||
python3 -c "print($*)"
|
||||
'')
|
||||
];
|
||||
wsl = with pkgs;[
|
||||
wslu
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue