chore(flake): update inputs

Includes GNOME 42 update and changes to get its new dark mode and
pop-shell working.
This commit is contained in:
Felix Schröter 2022-03-29 21:26:59 +02:00
parent db0ca6c89c
commit 4df7f5a400
Signed by: felschr
GPG key ID: 671E39E6744C807D
4 changed files with 22 additions and 14 deletions
desktop

View file

@ -5,9 +5,17 @@
with gnomeExtensions; [
gnome.dconf-editor
gnome.gnome-tweaks
gnome.gnome-shell-extensions # required for user-theme
native-window-placement
appindicator
pop-shell
(pop-shell.overrideAttrs (old: rec {
version = "unstable-2022-03-25";
src = fetchFromGitHub {
owner = "pop-os";
repo = "shell";
rev = "a317816d02dd2cb20d31aeca81bf09eccc63e370";
sha256 = "sha256-uxoeCv25ew5+NkTpsKjQqDFrqw6ZA/+iYhyCHoCb6jM=";
};
}))
];
services.xserver.displayManager.gdm.enable = true;