mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03: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;
|
fwupd.enable = true;
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
#repology.enable = true;
|
#repology.enable = true;
|
||||||
shairport-sync.enable = true;
|
|
||||||
shairport-sync.arguments = "-v -o pw";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
@ -82,15 +80,12 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
prismlauncher
|
prismlauncher
|
||||||
goverlay
|
|
||||||
thunderbird
|
thunderbird
|
||||||
strawberry-qt6
|
strawberry-qt6
|
||||||
picard
|
picard
|
||||||
gh
|
gh
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.packages = [ pkgs.google-fonts ];
|
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
adb.enable = true;
|
adb.enable = true;
|
||||||
dconf.enable = true;
|
dconf.enable = true;
|
||||||
|
@ -116,9 +111,6 @@
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
"armv6l-linux"
|
"armv6l-linux"
|
||||||
];
|
];
|
||||||
boot.plymouth = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
boot.initrd.systemd.enable = true;
|
boot.initrd.systemd.enable = true;
|
||||||
programs.captive-browser = {
|
programs.captive-browser = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue