mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -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";
|
||||
stateVersion = "24.05";
|
||||
# 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/monitors.conf".source = lib.mkIf (swayMonitorConfig != null) swayMonitorConfig;
|
||||
};
|
||||
|
||||
xdg = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue