Move common desktop settings to default to be used with non-X desktops

This commit is contained in:
Evie Litherland-Smith 2023-04-11 09:45:05 +01:00
parent deeafca3e7
commit 1ef555a01c
6 changed files with 1 additions and 6 deletions

View file

@ -1,7 +1,6 @@
{ pkgs, ... }:
{
imports = [
./common.nix
./xserver.nix
./sddm.nix
];

View file

@ -1,7 +1,6 @@
{ pkgs, ... }:
{
imports = [
./common.nix
./xserver.nix
./sddm.nix
];

View file

@ -1,9 +1,7 @@
{ pkgs, ... }:
{
imports = [
./common.nix
./xserver.nix
./xfce-bare.nix
./sddm.nix
];
services.xserver = {

View file

@ -1,7 +1,6 @@
{ pkgs, ... }:
{
imports = [
./common.nix
./xserver.nix
./sddm.nix
];

View file

@ -1,7 +1,7 @@
{ ... }:
{
imports = [
./common.nix
./default.nix
];
services.xserver = {
enable = true;