From 8ab45f30921b92fcbbc148408fcea9039ba63407 Mon Sep 17 00:00:00 2001
From: DerGrumpf
Date: Mon, 24 Mar 2025 21:50:50 +0100
Subject: [PATCH] Fixed: import
---
hosts/m920q/default.nix | 2 +-
users/phil/home.nix | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hosts/m920q/default.nix b/hosts/m920q/default.nix
index 6c94bfd..44d60de 100644
--- a/hosts/m920q/default.nix
+++ b/hosts/m920q/default.nix
@@ -8,7 +8,7 @@
imports =
[
../../modules/system.nix
- ../../modules/hyprland.nix
+# ../../modules/hyprland.nix
# Include the results of the hardware scan.
./hardware-configuration.nix
diff --git a/users/phil/home.nix b/users/phil/home.nix
index ed38d3a..96613ad 100644
--- a/users/phil/home.nix
+++ b/users/phil/home.nix
@@ -1,7 +1,7 @@
{pkgs, ...}: {
##################################################################################################################
#
- # All Ryan's Home Manager Configuration
+ # All Phil's Home Manager Configuration
#
##################################################################################################################