Move common desktop settings to default to be used with non-X desktops
This commit is contained in:
parent
deeafca3e7
commit
1ef555a01c
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./common.nix
|
||||
./xserver.nix
|
||||
./sddm.nix
|
||||
];
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./common.nix
|
||||
./xserver.nix
|
||||
./sddm.nix
|
||||
];
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./common.nix
|
||||
./xserver.nix
|
||||
./xfce-bare.nix
|
||||
./sddm.nix
|
||||
];
|
||||
services.xserver = {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./common.nix
|
||||
./xserver.nix
|
||||
./sddm.nix
|
||||
];
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./common.nix
|
||||
./default.nix
|
||||
];
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue