mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-12 01:14:08 +02:00
rm options from copy pasta
This commit is contained in:
parent
c8852fb864
commit
64ba88f732
1 changed files with 1 additions and 8 deletions
|
@ -20,7 +20,6 @@
|
|||
jopejoe1 = {
|
||||
audio = {
|
||||
enable = true;
|
||||
sennheiser-hd-660s = true;
|
||||
};
|
||||
local.enable = true;
|
||||
nix.enable = true;
|
||||
|
@ -36,17 +35,11 @@
|
|||
jopejoe1.enable = true;
|
||||
root.enable = true;
|
||||
};
|
||||
boot.systemd.enable = true;
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
hardware = {
|
||||
graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
};
|
||||
networking.wireless.enable = false;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
picard
|
||||
|
|
Loading…
Add table
Reference in a new issue