Inital commit for theming
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user