Compare commits

..

2 Commits

2 changed files with 9 additions and 3 deletions

View File

@ -170,7 +170,7 @@
#|messaging|# senpai))
(define password
(list #|password-utils|# keepassxc password-store tessen))
(list #|password-utils|# password-store tessen))
(define reading
(list #|pdf |# sioyek/wayland

View File

@ -37,7 +37,10 @@
(mount-point "/run")
(check? #f)
(needed-for-boot? #t)
(options "mode=0755"))
(flags '(no-dev strict-atime))
(options (format #f "mode=0755,~
nr_inodes=800k,~
size=20%")))
#|tmp|#
(file-system
@ -110,7 +113,10 @@
(mount-point "/var/run")
(check? #f)
(needed-for-boot? #t)
(options "mode=0755"))
(flags '(no-dev strict-atime))
(options (format #f "mode=0755,~
nr_inodes=800k,~
size=20%")))
#|swap|#
(file-system