.
This commit is contained in:
parent
bf411365ca
commit
5c1d742e1f
1 changed files with 1 additions and 11 deletions
12
config.scm
12
config.scm
|
@ -23,6 +23,7 @@
|
||||||
emacs
|
emacs
|
||||||
emacs-xyz
|
emacs-xyz
|
||||||
fonts
|
fonts
|
||||||
|
swayfx
|
||||||
terminals
|
terminals
|
||||||
wm
|
wm
|
||||||
xorg)
|
xorg)
|
||||||
|
@ -49,17 +50,6 @@
|
||||||
'("/boot/efi"))
|
'("/boot/efi"))
|
||||||
(keyboard-layout keyboard-layout)))
|
(keyboard-layout keyboard-layout)))
|
||||||
(file-systems %local-filesystem)
|
(file-systems %local-filesystem)
|
||||||
#;(file-systems
|
|
||||||
(cons*
|
|
||||||
(file-system
|
|
||||||
(device "/dev/disk/by-partlabel/EFI\\x20System\\x20Partition")
|
|
||||||
(mount-point "/boot/efi")
|
|
||||||
(type "vfat"))
|
|
||||||
(file-system
|
|
||||||
(device "/dev/disk/by-partlabel/guix-root")
|
|
||||||
(mount-point "/")
|
|
||||||
(type "xfs"))
|
|
||||||
%base-file-systems))
|
|
||||||
(swap-devices
|
(swap-devices
|
||||||
(list
|
(list
|
||||||
(swap-space
|
(swap-space
|
||||||
|
|
Loading…
Reference in a new issue