diff options
| author | triethyl <triethylammonium@pm.me> | 2025-09-02 13:50:49 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-09-02 13:50:49 -0400 |
| commit | ce6edbe1ce9eb9ac39a7072da8038831feb1f797 (patch) | |
| tree | 0cd2fa232f81d05956711f2f45c9323258f322b1 /flake.nix | |
| parent | 5f9ae590ed12d7d52385d5bc9767297ca77a6d88 (diff) | |
removed ideapad-laptop
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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"; |
