You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nixos/desktop/default.nix
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
[
11
11
(from-root"nixos/all")
12
12
(from-root"nixos/environment")
13
-
(from-root"nixos/fonts")
13
+
#(from-root "nixos/fonts")
14
14
(from-root"nixos/virtualisation")
15
15
(from-root"nixos/hardware")
16
16
(from-root"nixos/hyprland")# hyprland = would use flake for hyprland master but had annoying warning about waybar? todo try again. prefer flake. the config for this is setup in homeManager for reasons. could be brought out to nixos module would probably fit better due to my agonies
0 commit comments