summary refs log tree commit diff
path: root/mixins/hyperland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'mixins/hyperland.nix')
-rw-r--r--mixins/hyperland.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/mixins/hyperland.nix b/mixins/hyperland.nix
deleted file mode 100644
index 84cab6f..0000000
--- a/mixins/hyperland.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  pkgs,
-  lib,
-  config,
-  inputs,
-  ...
-}: {
-  imports = [
-    inputs.hyprland.nixosModules.default
-  ];
-  config = {
-    programs.hyprland.enable = true;
-  };
-}
\ No newline at end of file