mirror of
https://github.com/eliasrenman/nixos-config.git
synced 2026-03-16 23:06:05 +01:00
fix: discord and workspaces
This commit is contained in:
@@ -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" ];
|
||||
});
|
||||
})
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user