mirror of
https://git.gay/sneexy/nixos.git
synced 2026-01-11 13:13:15 -08:00
chore: disable plasma-manager for now, disko
This commit is contained in:
parent
700a8df5ae
commit
c7e4d8c281
11 changed files with 314 additions and 89 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue