Added Hyprland Flake

This commit is contained in:
fmarkwitz
2023-07-06 13:31:29 +02:00
parent 3163f69b28
commit d04f30bf83
3 changed files with 6 additions and 5 deletions
+1 -2
View File
@@ -23,5 +23,4 @@
- [ ] Gnome - [ ] Gnome
- [ ] Hyprland - [ ] Hyprland
## usage ## usage
test
+2
View File
@@ -12,6 +12,8 @@
url = "github:nix-community/nixos-generators"; url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
hyprland.url = "github:hyprwm/Hyprland";
}; };
outputs = inputs@{ self, flake-parts, ... }: outputs = inputs@{ self, flake-parts, ... }:
+3 -3
View File
@@ -14,11 +14,11 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# Enable the X11 windowing system. # Enable the X11 windowing system.
services.xserver.enable = true; # services.xserver.enable = true;
# Enable the GNOME Desktop Environment. # Enable the GNOME Desktop Environment.
services.xserver.displayManager.gdm.enable = true; # services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true; # services.xserver.desktopManager.gnome.enable = true;
# Configure keymap in X11 # Configure keymap in X11
services.xserver = { services.xserver = {