From bcd48fc9e479e48611c85ec6feb0be6d1df03092 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 25 Apr 2023 21:21:03 +0200 Subject: Add configurations tested on anoia --- data.d/etc-nixos/env/workstation.nix | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'data.d/etc-nixos/env/workstation.nix') diff --git a/data.d/etc-nixos/env/workstation.nix b/data.d/etc-nixos/env/workstation.nix index db3ca1f..8ca64a0 100644 --- a/data.d/etc-nixos/env/workstation.nix +++ b/data.d/etc-nixos/env/workstation.nix @@ -13,15 +13,10 @@ pass plantuml shellcheck + ntfy-sh # GUI utils - dunst - physlock - redshift - rofi - sxhkd xclip - xcompmgr xdotool xprintidle @@ -39,22 +34,27 @@ ]; }; - services = { - xserver = { + hardware = { + pulseaudio = { enable = true; - displayManager = { - startx = { - enable = true; - }; - }; - windowManager = { - awesome = { - enable = true; - }; + }; + }; + + programs = { + gnupg = { + agent = { + enable = true; + enableSSHSupport = true; }; }; }; + services = { + pcscd = { + enable = true; + }; + }; + users = { users = { tyil = { -- cgit v1.1