Refactored home and hardware files, and added new plugins to neovim.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
executable = true;
|
||||
};
|
||||
home.file.".config/nvim" = {
|
||||
source = ./home/config/nvim;
|
||||
source = ./home/.config/nvim;
|
||||
recursive = true;
|
||||
executable = true;
|
||||
};
|
||||
@@ -23,17 +23,17 @@
|
||||
executable = true;
|
||||
};
|
||||
home.file.".config/dosbox-x" = {
|
||||
source = ./home/config/dosbox-x;
|
||||
source = ./home/.config/dosbox-x;
|
||||
recursive = true;
|
||||
executable = true;
|
||||
};
|
||||
home.file.".config/waybar/power_menu.xml" = {
|
||||
source = ./home/config/waybar/power_menu.xml;
|
||||
source = ./home/.config/waybar/power_menu.xml;
|
||||
recursive = true;
|
||||
executable = true;
|
||||
};
|
||||
home.file.".config/qutebrowser/blocked-hosts" = {
|
||||
source = ./home/config/qutebrowser/blocked-hosts;
|
||||
source = ./home/.config/qutebrowser/blocked-hosts;
|
||||
recursive = true;
|
||||
executable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user