Flatpak, ente photos, dns/net utils
This commit is contained in:
parent
de6f08c1c0
commit
7ea90427b0
4 changed files with 28 additions and 26 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue