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:
parent
db0ca6c89c
commit
4df7f5a400
4 changed files with 22 additions and 14 deletions
desktop
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue