infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 334b4f3660b8bf8110de222c9661c887fcb688ca
parent 2c737156f4a65b91d13ffbda96a6457536ef1354
Author: Silas Brack <silasbrack@gmail.com>
Date:   Tue, 19 May 2026 18:56:16 +0200

feat: use dwl

Diffstat:
Mhosts/gaia/configuration.nix | 23++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/hosts/gaia/configuration.nix b/hosts/gaia/configuration.nix @@ -99,11 +99,16 @@ services.displayManager.ly.enable = true; - programs.niri.enable = true; - security.polkit.enable = true; # polkit - services.gnome.gnome-keyring.enable = true; # secret service - security.pam.services.swaylock = {}; - programs.waybar.enable = true; # top bar + programs.foot = { + enable = true; + settings = { + main = { + font = "Iosevka Nerd Font:size=16"; + }; + }; + }; + + programs.dwl.enable = true; services.pulseaudio.enable = false; security.rtkit.enable = true; @@ -272,17 +277,13 @@ universal-ctags unzip # - hyprlock - hypridle - wl-clipboard - # - alacritty fuzzel swaylock mako swayidle - xwayland-satellite + wmenu cliphist # for hyprland clipboard history grim # for hyprland screenshotting pamixer # audio control slurp # for hyprland screenshotting swappy # for hyprland screenshotting + wl-clipboard ]; programs.vim = {