Flatpak, ente photos, dns/net utils

This commit is contained in:
Aleksandr Lebedev 2025-12-07 15:26:32 +01:00
parent de6f08c1c0
commit 7ea90427b0
4 changed files with 28 additions and 26 deletions

View file

@ -1,10 +1,19 @@
(define-module (guix-config system anaconda)
#:use-module (gnu)
#:use-module (guix transformations)
#:use-module (guix packages)
#:use-module (gnu packages linux)
#:use-module (guix-config system base-system))
(define tune
(options->transformation '((tune . "alderlake"))))
(operating-system
(inherit base-system)
(host-name "anaconda")
(kernel (tune (package
(inherit linux-libre)
(properties '((tunable? . #t))))))
(bootloader (bootloader-configuration
(bootloader grub-efi-bootloader)
(targets (list "/boot/efi"))