style: format nix files
This commit is contained in:
parent
22f6f8b323
commit
4d3bda09b9
19 changed files with 132 additions and 175 deletions
desktop
|
@ -1,9 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./x11.nix
|
||||
./gtk.nix
|
||||
./gnome.nix
|
||||
];
|
||||
imports = [ ./x11.nix ./gtk.nix ./gnome.nix ];
|
||||
}
|
||||
|
|
|
@ -19,16 +19,16 @@ let
|
|||
# the gschema doesn't seem to be installed properly (see dconf)
|
||||
makeFlags = [ "INSTALLBASE=$(out)/share/gnome-shell/extensions" ];
|
||||
};
|
||||
in
|
||||
{
|
||||
environment.systemPackages = with pkgs; with gnomeExtensions; [
|
||||
gnome3.dconf-editor
|
||||
gnome3.gnome-tweaks
|
||||
gnome3.gnome-shell-extensions # required for user-theme
|
||||
dash-to-panel
|
||||
appindicator
|
||||
pop-shell
|
||||
];
|
||||
in {
|
||||
environment.systemPackages = with pkgs;
|
||||
with gnomeExtensions; [
|
||||
gnome3.dconf-editor
|
||||
gnome3.gnome-tweaks
|
||||
gnome3.gnome-shell-extensions # required for user-theme
|
||||
dash-to-panel
|
||||
appindicator
|
||||
pop-shell
|
||||
];
|
||||
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.displayManager.gdm.wayland = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue