mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-19 11:34:07 +02:00
clean up omoikane
This commit is contained in:
parent
2b6a2736f2
commit
792ceb6060
1 changed files with 0 additions and 8 deletions
|
@ -66,8 +66,6 @@
|
|||
fwupd.enable = true;
|
||||
libinput.enable = true;
|
||||
#repology.enable = true;
|
||||
shairport-sync.enable = true;
|
||||
shairport-sync.arguments = "-v -o pw";
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
@ -82,15 +80,12 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
prismlauncher
|
||||
goverlay
|
||||
thunderbird
|
||||
strawberry-qt6
|
||||
picard
|
||||
gh
|
||||
];
|
||||
|
||||
fonts.packages = [ pkgs.google-fonts ];
|
||||
|
||||
programs = {
|
||||
adb.enable = true;
|
||||
dconf.enable = true;
|
||||
|
@ -116,9 +111,6 @@
|
|||
"aarch64-linux"
|
||||
"armv6l-linux"
|
||||
];
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
boot.initrd.systemd.enable = true;
|
||||
programs.captive-browser = {
|
||||
|
|
Loading…
Add table
Reference in a new issue