Inital commit for theming

This commit is contained in:
2025-11-20 18:48:39 +01:00
parent 52a9112c48
commit 1544cc30ad
11 changed files with 436 additions and 129 deletions

View File

@@ -23,7 +23,7 @@
ranger
lf
# Terminal
# Terminals
kitty
alacritty
@@ -44,9 +44,14 @@
eza
tldr
tree
jq
# Theme tools
imagemagick
pywal
];
# Enable sound with PipeWire (removed deprecated sound.enable)
# Enable sound with PipeWire
services.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
@@ -60,7 +65,7 @@
# Enable CUPS for printing
services.printing.enable = true;
# Enable graphics (updated from hardware.opengl)
# Enable graphics
hardware.graphics = {
enable = true;
enable32Bit = true;
@@ -76,7 +81,7 @@
# Enable ZSH
programs.zsh.enable = true;
# Enable dconf (required for some applications)
# Enable dconf
programs.dconf.enable = true;
# XDG portals for Wayland