wry, many thing
This commit is contained in:
parent
6e62eccfba
commit
848ed62c5d
47 changed files with 1598 additions and 1201 deletions
4
hosts/adrift/kernel.nix
Normal file
4
hosts/adrift/kernel.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod;
|
||||
}
|
||||
|
|
@ -4,5 +4,5 @@
|
|||
# nixpkgs.config.permittedInsecurePackages = [
|
||||
# "qtwebengine-5.15.19"
|
||||
# ];
|
||||
user.packages = [ pkgs.brightnessctl ];
|
||||
environment.systemPackages = [ pkgs.brightnessctl ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue