system: remove deleted options
This commit is contained in:
parent
0c882eb783
commit
0245b680ef
2 changed files with 2 additions and 3 deletions
|
|
@ -24,5 +24,4 @@
|
|||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
programs.nh.enable = true;
|
||||
system.rebuild.enableNg = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue