From 3e0d2da6757cfff54d4c0a29fa2f18a765c22898 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 5 Feb 2023 09:06:16 -0500 Subject: [PATCH] feat: add gimp, hyprland stuff --- hosts/tsuki/default.nix | 10 ++++------ modules/home/wayland/hyprland/default.nix | 4 +++- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/tsuki/default.nix b/hosts/tsuki/default.nix index e9e3518..70545ed 100755 --- a/hosts/tsuki/default.nix +++ b/hosts/tsuki/default.nix @@ -59,12 +59,8 @@ xserver = { enable = true; videoDrivers = [ "nvidia" ]; - }; -}; - - services.xserver = { - layout = "us"; - xkbVariant = ""; + layout = "us"; + xkbVariant = ""; displayManager = { gdm = { enable = true; @@ -72,6 +68,7 @@ }; }; }; +}; programs.gnupg.agent = { enable = true; @@ -151,6 +148,7 @@ qbittorrent gdu cryptomator + gimp # gaming wine diff --git a/modules/home/wayland/hyprland/default.nix b/modules/home/wayland/hyprland/default.nix index 528603f..5248487 100644 --- a/modules/home/wayland/hyprland/default.nix +++ b/modules/home/wayland/hyprland/default.nix @@ -4,5 +4,7 @@ }: { imports = [./config.nix]; - wayland.windowManager.hyprland.enable = true; + wayland.windowManager.hyprland = { + enable = true; + }; } \ No newline at end of file