From d2b95841c3e4c7e6b266cc9b0bad8e64a9deb471 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Wed, 5 Jun 2024 23:12:03 +0100 Subject: [PATCH] hyprland.nix --- configuration.nix | 4 ---- hyprland.nix | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index 1cc0233..a8c459e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -100,10 +100,6 @@ programs.java.enable = true; programs.firefox.enable = true; programs.sway.enable = true; - programs.hyprland = { - enable = true; - xwayland.enable = true; - }; programs.fish.enable = true; diff --git a/hyprland.nix b/hyprland.nix index c68acf8..0ce92ee 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -1,8 +1,8 @@ -{ inputs, pkgs, config, username, ... }: +{ pkgs, ... }: { programs.hyprland = { enable = true; - package = inputs.hyprland.packages.${pkgs.system}.hyprland; + # package = inputs.hyprland.packages.${pkgs.system}.hyprland; xwayland.enable = true; }; } \ No newline at end of file