get rid of intel-microcode

main
千住柱間 2024-03-14 23:50:08 +00:00
parent 6756c97e66
commit cfb148fd71
1 changed files with 20 additions and 9 deletions

View File

@ -70,8 +70,7 @@
(guix channels)
(guix inferior)
(nongnu packages compression)
(nongnu packages linux)
(nongnu system linux-initrd))
(nongnu packages linux))
(use-service-modules cups desktop networking ssh xorg linux)
@ -89,7 +88,7 @@
(operating-system
(kernel my-kernel)
(initrd microcode-initrd)
(initrd base-initrd)
(firmware (list linux-firmware))
(locale "en_US.utf8")
@ -135,6 +134,7 @@
xdg-desktop-portal-gtk
xdg-desktop-portal
tmux
polybar
gnupg
sdcv
alacritty
@ -160,7 +160,6 @@
icecat
ffmpeg
nsxiv
polybar
pinentry
git
pavucontrol-qt
@ -187,12 +186,12 @@
xmonad
xmobar
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
xmessage
xmessage
ghc-xmonad-contrib
rofi
linux-libre-headers
linux-libre-headers
;;--------
yt-dlp
;; nicotine+
@ -240,10 +239,22 @@
"ef8ef1c0-99bd-431a-abde-e2fc6421da60"
'ext4))
(type "ext4"))
;; (file-system
;; (mount-point "/mnt/Reading")
;; (device (uuid
;; "223baecf-e5f4-453f-90c7-d33edbbae145"
;; 'ext4))
;; (type "ext4"))
(file-system
(mount-point "/mnt/Reading")
(mount-point "/mnt/Quartz")
(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))
(type "ext4"))
%base-file-systems)))