.
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-xyz
|
||||
fonts
|
||||
swayfx
|
||||
terminals
|
||||
wm
|
||||
xorg)
|
||||
|
@ -49,17 +50,6 @@
|
|||
'("/boot/efi"))
|
||||
(keyboard-layout keyboard-layout)))
|
||||
(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
|
||||
(list
|
||||
(swap-space
|
||||
|
|
Loading…
Reference in a new issue