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, ...}: let
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (lib.marleyos) enabled;
|
inherit (lib.marleyos) enabled;
|
||||||
in {
|
in {
|
||||||
imports = [./hardware-configuration.nix ./autorandr.nix];
|
imports = [./hardware-configuration.nix ./autorandr.nix];
|
||||||
|
@ -12,23 +8,8 @@ in {
|
||||||
|
|
||||||
networking.hostName = "nyx";
|
networking.hostName = "nyx";
|
||||||
|
|
||||||
services = {
|
|
||||||
xserver = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
desktopManager.deepin.enable = true;
|
|
||||||
|
|
||||||
xkb = {
|
|
||||||
layout = "us";
|
|
||||||
variant = "";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.firefox.enable = true;
|
programs.firefox.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = [pkgs.vim pkgs.git];
|
|
||||||
|
|
||||||
marleyos = {
|
marleyos = {
|
||||||
hasNvidia = true;
|
hasNvidia = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue