chore(nixos): Remove uneeded nyx options from default config
This commit is contained in:
parent
bdfe9882c2
commit
aacc917c58
1 changed files with 1 additions and 20 deletions
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
{lib, ...}: let
|
||||
inherit (lib.marleyos) enabled;
|
||||
in {
|
||||
imports = [./hardware-configuration.nix ./autorandr.nix];
|
||||
|
@ -12,23 +8,8 @@ in {
|
|||
|
||||
networking.hostName = "nyx";
|
||||
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
|
||||
desktopManager.deepin.enable = true;
|
||||
|
||||
xkb = {
|
||||
layout = "us";
|
||||
variant = "";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.firefox.enable = true;
|
||||
|
||||
environment.systemPackages = [pkgs.vim pkgs.git];
|
||||
|
||||
marleyos = {
|
||||
hasNvidia = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue