From c3d75f0ebe41f214717f1add50fa6c45f3c6ffcb Mon Sep 17 00:00:00 2001
From: NullBite <me@nullbite.com>
Date: Sat, 30 Dec 2023 11:05:01 -0500
Subject: [PATCH] Rename desktop.nix to plasma.nix

---
 flake.nix                         | 4 ++--
 roles/{desktop.nix => plasma.nix} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename roles/{desktop.nix => plasma.nix} (100%)

diff --git a/flake.nix b/flake.nix
index 4d193a4..66128dc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,7 +17,7 @@
           ./hosts/slab/configuration.nix
           ./hosts/slab/nvidia-optimus.nix
           ./roles/remote.nix
-          ./roles/desktop.nix
+          ./roles/plasma.nix
           ./fragments/opengl.nix
         ];
       };
@@ -26,7 +26,7 @@
         modules = [
           ./hosts/nullbox/configuration.nix
           ./roles/remote.nix
-          ./roles/desktop.nix
+          ./roles/plasma.nix
           ./fragments/hardware/nvidia-modeset.nix
         ];
       };
diff --git a/roles/desktop.nix b/roles/plasma.nix
similarity index 100%
rename from roles/desktop.nix
rename to roles/plasma.nix