I should commit more frequently
This commit is contained in:
parent
aa8003f5b4
commit
e82241b8b0
70 changed files with 1091 additions and 2018 deletions
|
@ -33,6 +33,7 @@
|
|||
"nix-development"
|
||||
"clamav"
|
||||
"waydroid"
|
||||
"buildboot-nix"
|
||||
# "gnome-keyring"
|
||||
];
|
||||
|
||||
|
@ -45,6 +46,7 @@
|
|||
"digikam"
|
||||
"discord"
|
||||
"element"
|
||||
"email"
|
||||
# "nheko"
|
||||
# "thunderbird"
|
||||
# "aerc"
|
||||
|
@ -54,7 +56,7 @@
|
|||
"gpg"
|
||||
"gnome-keyring"
|
||||
"helix"
|
||||
"mopidy"
|
||||
# "mopidy"
|
||||
"mpv"
|
||||
"openscad"
|
||||
"password-store"
|
||||
|
@ -79,7 +81,6 @@
|
|||
];
|
||||
packages = with pkgs; [
|
||||
comma
|
||||
dolphin-emu-beta
|
||||
sc-controller
|
||||
libreoffice
|
||||
];
|
||||
|
@ -218,4 +219,6 @@
|
|||
Sunshine
|
||||
KERNEL=="uinput", GROUP="input", MODE="0660", OPTIONS+="static_node=uinput"
|
||||
'';
|
||||
|
||||
services.teamviewer.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
boot.supportedFilesystems = ["zfs"];
|
||||
|
@ -22,6 +23,7 @@
|
|||
mount /boot/efi
|
||||
'';
|
||||
boot.loader.grub.extraInstallCommands = ''
|
||||
export PATH=$PATH:${lib.makeBinPath [pkgs.coreutils]}
|
||||
ESP_MIRROR=$(mktemp -d)
|
||||
cp -r /boot/efi/EFI $ESP_MIRROR
|
||||
for i in /boot/efis/*; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue