mirror of
https://github.com/zoriya/flake.git
synced 2026-06-07 12:25:59 +00:00
Update things
This commit is contained in:
@@ -188,7 +188,7 @@ in {
|
|||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
gnome-control-center
|
gnome-control-center
|
||||||
gnome.gnome-weather
|
gnome-weather
|
||||||
wdisplays
|
wdisplays
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Gnome-control-center can only be launched if XDG_CURRENT_DESKTOP is GNOME.
|
# Gnome-control-center can only be launched if XDG_CURRENT_DESKTOP is GNOME.
|
||||||
gnome-control-center = wrapProgram super.gnome.gnome-control-center ["gnome-control-center"] "--set XDG_CURRENT_DESKTOP GNOME";
|
gnome-control-center = wrapProgram super.gnome-control-center ["gnome-control-center"] "--set XDG_CURRENT_DESKTOP GNOME";
|
||||||
|
|
||||||
slack = enableWayland super.slack ["slack"];
|
slack = enableWayland super.slack ["slack"];
|
||||||
youtube-music = enableWayland super.youtube-music ["youtube-music"];
|
youtube-music = enableWayland super.youtube-music ["youtube-music"];
|
||||||
|
|||||||
Reference in New Issue
Block a user