maybe fish/wpa_supplicant resolved
This commit is contained in:
@@ -53,6 +53,8 @@
|
|||||||
sopsFile = ./secrets/networking.yaml;
|
sopsFile = ./secrets/networking.yaml;
|
||||||
key = "networkPasswords";
|
key = "networkPasswords";
|
||||||
format = "yaml";
|
format = "yaml";
|
||||||
|
owner = "wpa_supplicant";
|
||||||
|
group = "wpa_supplicant";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -59,7 +59,12 @@
|
|||||||
home.file = {
|
home.file = {
|
||||||
".config/hypr".source = ./roy-config/hypr;
|
".config/hypr".source = ./roy-config/hypr;
|
||||||
".config/waybar".source = ./roy-config/waybar;
|
".config/waybar".source = ./roy-config/waybar;
|
||||||
".config/fish".source = ./roy-config/fish;
|
|
||||||
|
# Fish cries if whole dir is managed
|
||||||
|
".config/fish/config.fish".source = ./roy-config/fish/config.fish;
|
||||||
|
".config/fish/functions".source = ./roy-config/fish/functions;
|
||||||
|
".config/fish/fish_variables".source = ./roy-config/fish/fish_variables;
|
||||||
|
|
||||||
".config/alacritty".source = ./roy-config/alacritty;
|
".config/alacritty".source = ./roy-config/alacritty;
|
||||||
".local/share/PrismLauncher/instances/1.21.6/minecraft/options.txt".source =
|
".local/share/PrismLauncher/instances/1.21.6/minecraft/options.txt".source =
|
||||||
./roy-config/PrismLauncher/instances/1.21.6/minecraft/options.txt;
|
./roy-config/PrismLauncher/instances/1.21.6/minecraft/options.txt;
|
||||||
|
|||||||
Reference in New Issue
Block a user