mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
Fix typo
This commit is contained in:
parent
9eb98389a8
commit
e55de53710
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ in {
|
|||
inherit username homeDirectory;
|
||||
stateVersion = system.stateVersion;
|
||||
file = {
|
||||
".config/hypr/hyprland.conf".source = ./hyprland.conf
|
||||
".config/hypr/hyprland.conf".source = ./hyprland.conf;
|
||||
};
|
||||
};
|
||||
|
||||
xdg = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue