system: remove deleted options

This commit is contained in:
Cilly Leang 2026-02-06 21:16:08 +11:00
parent 0c882eb783
commit 0245b680ef
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 2 additions and 3 deletions

View file

@ -24,5 +24,4 @@
};
nixpkgs.config.allowUnfree = true;
programs.nh.enable = true;
system.rebuild.enableNg = true;
}

View file

@ -1,10 +1,10 @@
{ config, lib, pkgs, ... }: {
config = lib.mkIf config.me.gui {
environment.systemPackages = with pkgs; [
gparted
android-tools
gparted
nautilus
];
programs.adb.enable = true;
hardware.graphics.extraPackages = with pkgs; [
intel-vaapi-driver
libva-vdpau-driver