.
This commit is contained in:
parent
9312f93423
commit
efceb084f4
3 changed files with 8 additions and 1 deletions
|
@ -57,6 +57,7 @@ This is to be run after setting up the partitions.
|
||||||
- gnu services xorg
|
- gnu services xorg
|
||||||
- gnu system nss
|
- gnu system nss
|
||||||
- zilti packages hyprland
|
- zilti packages hyprland
|
||||||
|
- nongnu packages firmware
|
||||||
- nongnu packages linux
|
- nongnu packages linux
|
||||||
- nongnu system linux-initrd
|
- nongnu system linux-initrd
|
||||||
|
|
||||||
|
@ -156,11 +157,13 @@ This adds the Nonguix channel.
|
||||||
** Packages
|
** Packages
|
||||||
|
|
||||||
#+NAME: root-packages
|
#+NAME: root-packages
|
||||||
|
- bluez-firmware
|
||||||
- egl-wayland
|
- egl-wayland
|
||||||
- eglexternalplatform
|
- eglexternalplatform
|
||||||
- emacs
|
- emacs
|
||||||
- emacs-desktop-environment
|
- emacs-desktop-environment
|
||||||
- font-terminus
|
- font-terminus
|
||||||
|
- fwupd-nonfree
|
||||||
- git
|
- git
|
||||||
- glu
|
- glu
|
||||||
- hwdata
|
- hwdata
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
(gnu services xorg)
|
(gnu services xorg)
|
||||||
(gnu system nss)
|
(gnu system nss)
|
||||||
(zilti packages hyprland)
|
(zilti packages hyprland)
|
||||||
|
(nongnu packages firmware)
|
||||||
(nongnu packages linux)
|
(nongnu packages linux)
|
||||||
(nongnu system linux-initrd))
|
(nongnu system linux-initrd))
|
||||||
|
|
||||||
|
@ -78,11 +79,13 @@
|
||||||
%base-user-accounts))
|
%base-user-accounts))
|
||||||
(packages
|
(packages
|
||||||
(append
|
(append
|
||||||
(list egl-wayland
|
(list bluez-firmware
|
||||||
|
egl-wayland
|
||||||
eglexternalplatform
|
eglexternalplatform
|
||||||
emacs
|
emacs
|
||||||
emacs-desktop-environment
|
emacs-desktop-environment
|
||||||
font-terminus
|
font-terminus
|
||||||
|
fwupd-nonfree
|
||||||
git
|
git
|
||||||
glu
|
glu
|
||||||
hwdata
|
hwdata
|
||||||
|
|
|
@ -125,6 +125,7 @@
|
||||||
(indent-tabs-mode nil)
|
(indent-tabs-mode nil)
|
||||||
(menu-bar-mode nil)
|
(menu-bar-mode nil)
|
||||||
(minibuffer-prompt-properties (read-only t cursor-intangible t face minibuffer-prompt))
|
(minibuffer-prompt-properties (read-only t cursor-intangible t face minibuffer-prompt))
|
||||||
|
(native-comp-async-report-warnings-errors nil)
|
||||||
(read-extended-command-predicate #'command-completion-default-include-p)
|
(read-extended-command-predicate #'command-completion-default-include-p)
|
||||||
(recentf-mode t)
|
(recentf-mode t)
|
||||||
(scroll-bar-mode nil)
|
(scroll-bar-mode nil)
|
||||||
|
|
Loading…
Reference in a new issue