get rid of intel-microcode
parent
6756c97e66
commit
cfb148fd71
25
config.scm
25
config.scm
|
@ -70,8 +70,7 @@
|
||||||
(guix channels)
|
(guix channels)
|
||||||
(guix inferior)
|
(guix inferior)
|
||||||
(nongnu packages compression)
|
(nongnu packages compression)
|
||||||
(nongnu packages linux)
|
(nongnu packages linux))
|
||||||
(nongnu system linux-initrd))
|
|
||||||
|
|
||||||
|
|
||||||
(use-service-modules cups desktop networking ssh xorg linux)
|
(use-service-modules cups desktop networking ssh xorg linux)
|
||||||
|
@ -89,7 +88,7 @@
|
||||||
|
|
||||||
(operating-system
|
(operating-system
|
||||||
(kernel my-kernel)
|
(kernel my-kernel)
|
||||||
(initrd microcode-initrd)
|
(initrd base-initrd)
|
||||||
(firmware (list linux-firmware))
|
(firmware (list linux-firmware))
|
||||||
|
|
||||||
(locale "en_US.utf8")
|
(locale "en_US.utf8")
|
||||||
|
@ -135,6 +134,7 @@
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
xdg-desktop-portal
|
xdg-desktop-portal
|
||||||
tmux
|
tmux
|
||||||
|
polybar
|
||||||
gnupg
|
gnupg
|
||||||
sdcv
|
sdcv
|
||||||
alacritty
|
alacritty
|
||||||
|
@ -160,7 +160,6 @@
|
||||||
icecat
|
icecat
|
||||||
ffmpeg
|
ffmpeg
|
||||||
nsxiv
|
nsxiv
|
||||||
polybar
|
|
||||||
pinentry
|
pinentry
|
||||||
git
|
git
|
||||||
pavucontrol-qt
|
pavucontrol-qt
|
||||||
|
@ -187,7 +186,7 @@
|
||||||
xmonad
|
xmonad
|
||||||
xmobar
|
xmobar
|
||||||
ghc ;; ridiculous, gcc and ghc are runtime dependencies , yet people didnt put in the package description
|
ghc ;; ridiculous, gcc and ghc are runtime dependencies , yet people didnt put in the package description
|
||||||
gcc ;; xmonad is working as of 2024/03/04
|
gcc
|
||||||
gcc-toolchain
|
gcc-toolchain
|
||||||
xmessage
|
xmessage
|
||||||
ghc-xmonad-contrib
|
ghc-xmonad-contrib
|
||||||
|
@ -240,10 +239,22 @@
|
||||||
"ef8ef1c0-99bd-431a-abde-e2fc6421da60"
|
"ef8ef1c0-99bd-431a-abde-e2fc6421da60"
|
||||||
'ext4))
|
'ext4))
|
||||||
(type "ext4"))
|
(type "ext4"))
|
||||||
|
;; (file-system
|
||||||
|
;; (mount-point "/mnt/Reading")
|
||||||
|
;; (device (uuid
|
||||||
|
;; "223baecf-e5f4-453f-90c7-d33edbbae145"
|
||||||
|
;; 'ext4))
|
||||||
|
;; (type "ext4"))
|
||||||
(file-system
|
(file-system
|
||||||
(mount-point "/mnt/Reading")
|
(mount-point "/mnt/Quartz")
|
||||||
(device (uuid
|
(device (uuid
|
||||||
"223baecf-e5f4-453f-90c7-d33edbbae145"
|
"b0e97572-255c-4f6e-9a0a-9a89ae99f1a5"
|
||||||
|
'ext4))
|
||||||
|
(type "ext4"))
|
||||||
|
(file-system
|
||||||
|
(mount-point "/mnt/Sources")
|
||||||
|
(device (uuid
|
||||||
|
"c01d762b-0c91-43c0-9c80-e048c4abe939"
|
||||||
'ext4))
|
'ext4))
|
||||||
(type "ext4"))
|
(type "ext4"))
|
||||||
%base-file-systems)))
|
%base-file-systems)))
|
||||||
|
|
Loading…
Reference in New Issue