mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-25 21:52:33 -05:00
Apply settings to home
This commit is contained in:
parent
0541838da2
commit
747ce82d90
1 changed files with 2 additions and 1 deletions
|
|
@ -13,8 +13,9 @@ in
|
||||||
homeDirectory = "/home/crow";
|
homeDirectory = "/home/crow";
|
||||||
stateVersion = "24.05";
|
stateVersion = "24.05";
|
||||||
# file.".config/hypr/hyprland.conf".source = ./hypr/hyprland.conf;
|
# file.".config/hypr/hyprland.conf".source = ./hypr/hyprland.conf;
|
||||||
# file.".config/hypr/monitors.conf".source = lib.mkIf (monitorConfig != null) hyprMonitorConfig;
|
# file.".config/hypr/monitors.conf".source = lib.mkIf (hyprMonitorConfig != null) hyprMonitorConfig;
|
||||||
file.".config/sway/config".source = ./sway/sway.conf;
|
file.".config/sway/config".source = ./sway/sway.conf;
|
||||||
|
file.".config/sway/monitors.conf".source = lib.mkIf (swayMonitorConfig != null) swayMonitorConfig;
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg = {
|
xdg = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue