Merge branch 'mistress' of im.badat.dev:riley/os into mistress
This commit is contained in:
commit
78abfc12eb
1 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, nixos-hardware, ... }: {
|
||||
{ pkgs, lib, nixos-hardware, ... }: {
|
||||
|
||||
imports = [
|
||||
nixos-hardware.nixosModules.lenovo-thinkpad-x390
|
||||
|
@ -29,5 +29,13 @@
|
|||
programs.adb.enable = true;
|
||||
users.users."riley".extraGroups = ["adbusers"];
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
||||
users.users."riley".packages = [ pkgs.bluez ];
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue