chore: disable plasma-manager for now, disko

This commit is contained in:
Ruben 2024-04-23 15:37:44 -05:00
commit c7e4d8c281
No known key found for this signature in database
GPG key ID: AE181294E97E4802
11 changed files with 314 additions and 89 deletions

View file

@ -13,11 +13,8 @@
# use shared configuration
../../config/nixos.nix
# laptop configuration
#../../config/laptop.nix
# intel opengl setup
../../config/intel.nix
# intel configuration
#../../config/intel.nix
];
# who up thonking they

View file

@ -13,11 +13,8 @@
# use shared configuration
../../config/nixos.nix
# laptop configuration
#../../config/laptop.nix
# intel opengl setup
../../config/intel.nix
# intel configuration
#../../config/intel.nix
];
# who up thunking they

View file

@ -16,7 +16,7 @@
fileSystems."/" =
{ device = "/dev/disk/by-uuid/169dd244-d0c4-4a9d-a11f-3e25452d153f";
fsType = "btrfs";
options = [ "subvol=@" ];
options = [ "compress-force=zstd:3" "subvol=@" ];
};
fileSystems."/boot" =