fix: discord and workspaces

This commit is contained in:
Elias Renman
2023-12-03 23:42:50 +01:00
parent 27255e85e0
commit 669849db04
2 changed files with 20 additions and 1 deletions

View File

@@ -118,5 +118,20 @@
# should.
system.stateVersion = "18.09";
system.autoUpgrade.enable = true;
environment.etc."xdg/gtk-2.0/gtkrc".text = ''
gtk-theme-name = "gtk-tokyo-night"
'';
environment.etc."xdg/gtk-3.0/settings.ini".text = ''
[Settings]
gtk-theme-name = gtk-tokyo-night
gtk-application-prefer-dark-theme=1
'';
nixpkgs.overlays = [
(self: super: {
waybar = super.waybar.overrideAttrs (oldAttrs: {
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
});
})
];
}

View File

@@ -41,6 +41,8 @@
google-chrome
alacritty
vlc
pavucontrol
discord
# CLI Tools
neofetch
bat
@@ -59,6 +61,8 @@
waybar
wofi
libsForQt5.sddm
libsForQt5.polkit-kde-agent
glib
wlogout
swaylock-effects
# Ricing apps