about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2025-02-05 17:18:02 +0300
committerazahi <azat@bahawi.net>2025-02-05 17:18:02 +0300
commitec25e095a26ad1e4823887a6653132948ebc5f87 (patch)
treef3d9e02f13515e7c63bc716dc39e193924589bc8 /flake.nix
parent2025-02-02 (diff)
2025-02-05
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 3092c23..24d5cb3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,6 +22,14 @@
       inputs.nixpkgs.follows = "nixpkgs";
     };
 
+    plasma-manager = {
+      url = "github:nix-community/plasma-manager";
+      inputs = {
+        nixpkgs.follows = "nixpkgs";
+        home-manager.follows = "home-manager";
+      };
+    };
+
     disko = {
       url = "github:nix-community/disko";
       inputs.nixpkgs.follows = "nixpkgs";

Consider giving Nix/NixOS a try! <3