mirror of
https://github.com/eliasrenman/nixos-config.git
synced 2026-03-17 02:46:05 +01:00
fix: discord and workspaces
This commit is contained in:
@@ -118,5 +118,20 @@
|
|||||||
# should.
|
# should.
|
||||||
system.stateVersion = "18.09";
|
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
|
google-chrome
|
||||||
alacritty
|
alacritty
|
||||||
vlc
|
vlc
|
||||||
|
pavucontrol
|
||||||
|
discord
|
||||||
# CLI Tools
|
# CLI Tools
|
||||||
neofetch
|
neofetch
|
||||||
bat
|
bat
|
||||||
@@ -59,6 +61,8 @@
|
|||||||
waybar
|
waybar
|
||||||
wofi
|
wofi
|
||||||
libsForQt5.sddm
|
libsForQt5.sddm
|
||||||
|
libsForQt5.polkit-kde-agent
|
||||||
|
glib
|
||||||
wlogout
|
wlogout
|
||||||
swaylock-effects
|
swaylock-effects
|
||||||
# Ricing apps
|
# Ricing apps
|
||||||
|
|||||||
Reference in New Issue
Block a user