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, ... }: { pkgs, ... }:
{ {
imports = [ imports = [
./common.nix
./xserver.nix ./xserver.nix
./sddm.nix ./sddm.nix
]; ];

View file

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

View file

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

View file

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

View file

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