From 1aa8036fe8d127c6fb48be51250e92bf38b0c98a Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 13 May 2023 13:25:02 -0500 Subject: [PATCH] hosts| enable hyprland for loki --- hosts/loki/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/loki/configuration.nix b/hosts/loki/configuration.nix index 469e475..3c21a3c 100644 --- a/hosts/loki/configuration.nix +++ b/hosts/loki/configuration.nix @@ -8,6 +8,7 @@ /home/don/nixos/workstation /home/don/nixos/home /home/don/nixos/wm/sway + /home/don/nixos/wm/hyperland ]; networking.hostName = "loki"; }