Add bchacefs support, set up the first luks and bcachefs settings, and update plasma-manager config

This commit is contained in:
Lillian Violet 2024-02-01 14:35:46 +01:00
parent 711e24bed2
commit 44d646adc0
3 changed files with 74 additions and 1 deletions

View file

@ -71,10 +71,12 @@
direnv
docker
docker-compose
gcc-wrapper
git-filter-repo
pciutils
waydroid
xwaylandvideobridge
yubikey-personalization
zsh
# KDE/QT
@ -164,6 +166,8 @@
boot.loader.systemd-boot.configurationLimit = 3;
boot.loader.efi.canTouchEfiVariables = true;
boot.bootspec.enable = true;
boot.supportedFilesystems = ["bcachefs"];
boot.kernelPackages = pkgs.linuxPackages_latest;
users.users = {
lillian = {