From 69730ceb699bffa9ccaa802a7df3a204f9a2be45 Mon Sep 17 00:00:00 2001 From: Lily Anderson Date: Mon, 20 Oct 2025 14:57:50 -0500 Subject: [PATCH] Monitor layout, flake location. --- hosts/desktop/configuration.nix | 2 +- users/lily/home.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index bc43a1f..6302452 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -61,7 +61,7 @@ programs.nh = { enable = true; - flake = "/home/lily/Programming/New LiNix"; + flake = "/home/lily/Programming/LiNix"; }; diff --git a/users/lily/home.nix b/users/lily/home.nix index 02c6b35..02403e2 100644 --- a/users/lily/home.nix +++ b/users/lily/home.nix @@ -5,6 +5,7 @@ ../../modules/home/vim.nix ../../modules/home/hyprland.nix ../../modules/home/river.nix + ../../modules/home/games.nix ]; # Home Manager needs a bit of information about you and the paths it should @@ -69,6 +70,7 @@ enable = true; userName = "Lily Anderson"; userEmail = "lilylanderson@zoho.com"; + lfs.enable = true; }; }; }