chore(nixos): Remove uneeded nyx options from default config

This commit is contained in:
punkfairie 2025-01-10 08:20:00 -08:00
parent bdfe9882c2
commit aacc917c58
No known key found for this signature in database
GPG key ID: B3C5488E9A1A7CA6

View file

@ -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;