summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix7
-rw-r--r--modules/hyprland.nix2
2 files changed, 5 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index a148cc3..a0e4c3d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -10,10 +10,11 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
- hyprland.url = "github:hyprwm/Hyprland";
+ # hyprland.url = "github:hyprwm/Hyprland";
};
- outputs = { nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: {
+ # outputs = { nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: {
+ outputs = { nixpkgs, nixpkgs-unstable, home-manager, ... }: {
nixosConfigurations = {
@@ -36,7 +37,7 @@
# arguments to home.nix
}
- hyprland.homeManagerModules.default {wayland.windowManager.hyprland.enable = true;}
+ # hyprland.homeManagerModules.default {wayland.windowManager.hyprland.enable = true;}
./modules/hyprland.nix
./modules/bluetooth.nix
diff --git a/modules/hyprland.nix b/modules/hyprland.nix
index 1502c99..0540606 100644
--- a/modules/hyprland.nix
+++ b/modules/hyprland.nix
@@ -1,6 +1,6 @@
{ config, lib, ...}:
{
- # programs.hyprland.enable = true;
+ programs.hyprland.enable = true;
# Optional, hint electron apps to use wayland:
environment.sessionVariables.NIXOS_OZONE_WL = "1";
} \ No newline at end of file