adding brightnessctl
This commit is contained in:
parent
b2870996ad
commit
3cc08d126c
|
@ -356,7 +356,7 @@ openssh
|
|||
ark
|
||||
ifuse
|
||||
dash
|
||||
light
|
||||
brightnessctl
|
||||
ttyper
|
||||
kget
|
||||
audacity
|
||||
|
@ -1038,6 +1038,12 @@ And here is it's hardware config.
|
|||
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" =
|
||||
{ device = "/dev/disk/by-uuid/35A0-C1F1";
|
||||
fsType = "vfat";
|
||||
|
|
|
@ -240,7 +240,7 @@
|
|||
ark
|
||||
ifuse
|
||||
dash
|
||||
light
|
||||
brightnessctl
|
||||
ttyper
|
||||
kget
|
||||
audacity
|
||||
|
|
|
@ -256,7 +256,7 @@
|
|||
ark
|
||||
ifuse
|
||||
dash
|
||||
light
|
||||
brightnessctl
|
||||
ttyper
|
||||
kget
|
||||
audacity
|
||||
|
|
Loading…
Reference in a new issue