sorting out failed build hyprland service

This commit is contained in:
specCon18 2023-08-15 22:05:42 -04:00
parent 51a05e7622
commit 08ee0b7d56
4 changed files with 3 additions and 5 deletions

View file

@ -1,5 +1,5 @@
{
description = "respec's nixos configs";
description = "spec's nixos configs";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";

View file

@ -32,9 +32,7 @@
services = {
printing.enable = true;
xserver = {
enable = true;
displayManager.gdm.enable = true;
desktopManager.gnome.enable = true;
layout = "us";
xkbVariant = "";
};

View file

@ -1,7 +1,7 @@
{ pkgs, config, lib, ...}:
{
wayland.windowManager.hyprland = {
systemdIntegration = true;
# systemdIntegration = true;
enable = true;
extraConfig = ''
bind = SUPER, Return, exec, alacritty

View file

@ -13,7 +13,7 @@ in {
config = mkIf cfg.enable {
programs.hyprland = {
enable = true;
nvidiaPatches = true;
enableNvidiaPatches = true;
xwayland.enable = true;
};
environment = {