dregil: Use gnome for now by default
This commit is contained in:
parent
2e7fa6eb14
commit
efa99d6331
6 changed files with 26 additions and 31 deletions
|
|
@ -1,5 +1,9 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
config.xsession.windowManager.xmonad = {
|
||||
enable = true;
|
||||
|
|
@ -8,5 +12,8 @@
|
|||
};
|
||||
|
||||
# control backlight
|
||||
config.home.packages = [ pkgs.xorg.xbacklight pkgs.scrot ];
|
||||
config.home.packages = [
|
||||
pkgs.xorg.xbacklight
|
||||
pkgs.scrot
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue