feat: gnome shell extensions (doesn't seem to work
This commit is contained in:
parent
1277cb96d6
commit
71c254d4a6
1 changed files with 8 additions and 0 deletions
|
@ -37,6 +37,14 @@
|
|||
# xkbVariant = "";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnomeExtensions.appindicator
|
||||
gnomeExtensions.mpris-label
|
||||
];
|
||||
services.udev.packages = with pkgs; [
|
||||
gnome.gnome-settings-daemon
|
||||
];
|
||||
|
||||
services.printing = {
|
||||
enable = true;
|
||||
drivers = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue