move laptop files
This commit is contained in:
17
systems/laptop/configuration.nix
Normal file
17
systems/laptop/configuration.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
|
||||
imports =
|
||||
[
|
||||
./main.nix
|
||||
./gnome.nix
|
||||
];
|
||||
|
||||
services.xserver = {
|
||||
layout = lib.mkForce "at";
|
||||
xkbVariant = lib.mkForce "";
|
||||
enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user