mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-08-04 18:53:22 +01:00
Compare commits
6
Commits
9f328e3e73
...
a7c424e7da
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a7c424e7da | ||
|
|
330e48d09d | ||
|
|
5e58401b07 | ||
|
|
759b219c36 | ||
|
|
f1480817f9 | ||
|
|
ccb5714ecd |
Submodule home-manager/core/dotfiles updated: 2ed9e9c413...2322e815d4
@@ -51,6 +51,11 @@ in {
|
||||
target = ".config/nushell/my_config";
|
||||
recursive = true;
|
||||
};
|
||||
"atuin" = {
|
||||
source = ./dotfiles/dot_config/atuin;
|
||||
target = ".config/atuin";
|
||||
recursive = true;
|
||||
};
|
||||
"fish" = {
|
||||
source = ./dotfiles/dot_config/fish;
|
||||
target = ".config/fish";
|
||||
@@ -135,11 +140,6 @@ in {
|
||||
source = ./dotfiles/dot_config/Thunar;
|
||||
target = ".config/Thunar";
|
||||
};
|
||||
"rye" = {
|
||||
source = ./dotfiles/dot_config/.rye;
|
||||
target = ".config/.rye";
|
||||
recursive = true;
|
||||
};
|
||||
}
|
||||
// noctaliaPluginFiles
|
||||
// customPluginFiles;
|
||||
|
||||
Reference in New Issue
Block a user