disko doesn't support bcachefs subvolumes yet

This commit is contained in:
Tao Tien 2024-10-13 23:28:53 -07:00
parent 8d086ffcca
commit d8ce8bddef
6 changed files with 61 additions and 56 deletions

View file

@ -2,12 +2,14 @@
pkgs,
lib,
...
}: let
if_desktop =
if lib.strings.hasPrefix "NOcomputer" (builtins.readFile /etc/hostname)
then true
else false;
in {
}:
# let
# if_desktop =
# if lib.strings.hasPrefix "NOcomputer" (builtins.readFile /etc/hostname)
# then true
# else false;
# in
{
# aagl.url = "github:ezKEa/aagl-gtk-on-nix";
# aagl.inputs.nixpkgs.follows = "nixpkgs";