mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Home-manager changes
This commit is contained in:
parent
275242f09f
commit
1661a8e5d6
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
home = {
|
||||
username = "crow";
|
||||
homeDirectory = "/home/crow";
|
||||
stateVersion = system.stateVersion;
|
||||
stateVersion = config.system.stateVersion;
|
||||
file.".config/hypr/hyprland.conf" = lib.mkIf config.hypr.enable {
|
||||
source = ./hyprland.conf;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue