adding brightnessctl
This commit is contained in:
parent
b2870996ad
commit
3cc08d126c
|
@ -356,7 +356,7 @@ openssh
|
||||||
ark
|
ark
|
||||||
ifuse
|
ifuse
|
||||||
dash
|
dash
|
||||||
light
|
brightnessctl
|
||||||
ttyper
|
ttyper
|
||||||
kget
|
kget
|
||||||
audacity
|
audacity
|
||||||
|
@ -1038,6 +1038,12 @@ And here is it's hardware config.
|
||||||
options = [ "subvol=@log" "noatime" "ssd" "space_cache" "clear_cache" "compress=zstd" ];
|
options = [ "subvol=@log" "noatime" "ssd" "space_cache" "clear_cache" "compress=zstd" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/run/media/chris/Storage" =
|
||||||
|
{ device = "/dev/disk/by-uuid/4c7d4273-7b72-4aa8-8e1c-e281543d06cb";
|
||||||
|
fsType = "btrfs";
|
||||||
|
options = [ "noatime" "space_cache" "clear_cache" "compress=zstd" ];
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
{ device = "/dev/disk/by-uuid/35A0-C1F1";
|
{ device = "/dev/disk/by-uuid/35A0-C1F1";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
|
|
|
@ -240,7 +240,7 @@
|
||||||
ark
|
ark
|
||||||
ifuse
|
ifuse
|
||||||
dash
|
dash
|
||||||
light
|
brightnessctl
|
||||||
ttyper
|
ttyper
|
||||||
kget
|
kget
|
||||||
audacity
|
audacity
|
||||||
|
|
|
@ -256,7 +256,7 @@
|
||||||
ark
|
ark
|
||||||
ifuse
|
ifuse
|
||||||
dash
|
dash
|
||||||
light
|
brightnessctl
|
||||||
ttyper
|
ttyper
|
||||||
kget
|
kget
|
||||||
audacity
|
audacity
|
||||||
|
|
Loading…
Reference in a new issue