summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-09-02 13:50:49 -0400
committertriethyl <triethylammonium@pm.me>2025-09-02 13:50:49 -0400
commitce6edbe1ce9eb9ac39a7072da8038831feb1f797 (patch)
tree0cd2fa232f81d05956711f2f45c9323258f322b1 /flake.nix
parent5f9ae590ed12d7d52385d5bc9767297ca77a6d88 (diff)
removed ideapad-laptop
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index b6e7a0d..8245a2a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,7 +7,6 @@
# NixOS Configurations
nixosConfigurations = {
"nzxt-desktop" = helper.mkNixosSystem "nzxt-desktop" "x86_64-linux";
- "ideapad-laptop" = helper.mkNixosSystem "ideapad-laptop" "x86_64-linux";
"thinkpad-laptop" = helper.mkNixosSystem "thinkpad-laptop" "x86_64-linux";
"prodesk-server" = helper.mkNixosSystem "prodesk-server" "x86_64-linux";
"steam-deck" = helper.mkNixosSystem "steam-deck" "x86_64-linux";
@@ -16,7 +15,6 @@
# Home Manager Configurations
homeConfigurations = {
"culsans@nzxt-desktop" = helper.mkHomeManagerUser "culsans" "nzxt-desktop" "x86_64-linux";
- "lucas@ideapad-laptop" = helper.mkHomeManagerUser "lucas" "ideapad-laptop" "x86_64-linux";
"lucas@thinkpad-laptop" = helper.mkHomeManagerUser "lucas" "thinkpad-laptop" "x86_64-linux";
"server@prodesk-server" = helper.mkHomeManagerUser "server" "prodesk-server" "x86_64-linux";
"culsans@steam-deck" = helper.mkHomeManagerUser "culsans" "steam-deck" "x86_64-linux";