fixup old sway config

This commit is contained in:
Grisha Shipunov 2025-01-05 23:15:37 +01:00
parent 3511f194c5
commit 725a119f30

View file

@ -22,12 +22,12 @@
foot foot
qt5.qtwayland qt5.qtwayland
bashmount bashmount
gnome.nautilus nautilus
audacity audacity
]; ];
#on the desktop, we need nice fonts ^^ #on the desktop, we need nice fonts ^^
fonts.fonts = with pkgs; [ fonts.packages = with pkgs; [
monoid monoid
font-awesome font-awesome
dejavu_fonts dejavu_fonts
@ -44,7 +44,7 @@
hack-font hack-font
liberation_ttf liberation_ttf
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk-sans
noto-fonts-emoji noto-fonts-emoji
noto-fonts-extra noto-fonts-extra
proggyfonts proggyfonts
@ -55,7 +55,7 @@
iosevka iosevka
]; ];
fonts.enableDefaultFonts = true; fonts.enableDefaultPackages = true;
fonts.fontconfig = { fonts.fontconfig = {
enable = true; enable = true;
allowBitmaps = true; allowBitmaps = true;
@ -71,7 +71,7 @@
services.avahi = { services.avahi = {
enable = true; enable = true;
nssmdns = true; nssmdns4 = true;
}; };
services.pipewire = { services.pipewire = {
@ -79,7 +79,6 @@
alsa.enable = true; alsa.enable = true;
pulse.enable = true; pulse.enable = true;
}; };
hardware.pulseaudio.zeroconf.discovery.enable = true;
hardware.bluetooth = { hardware.bluetooth = {
enable = true; enable = true;
@ -118,7 +117,7 @@
rofi-wayland rofi-wayland
grim grim
slurp slurp
gnome.adwaita-icon-theme adwaita-icon-theme
i3status-rust i3status-rust
kanshi kanshi
wl-mirror wl-mirror
@ -162,5 +161,5 @@
}; };
}; };
programs.gnupg.agent.pinentryFlavor = "curses"; programs.gnupg.agent.pinentryPackage = pkgs.pinentry-curses;
} }