yeye meow
This commit is contained in:
parent
a4804f22a7
commit
8921e96251
6 changed files with 19 additions and 11 deletions
|
@ -1,5 +1,13 @@
|
|||
{ inputs, config, pkgs, ... }:
|
||||
{
|
||||
nix.settings = {
|
||||
trusted-substituters = [
|
||||
"https://t2linux.cachix.org"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"t2linux.cachix.org-1:P733c5Gt1qTcxsm+Bae0renWnT8OLs0u9+yfaK2Bejw="
|
||||
];
|
||||
};
|
||||
imports = [
|
||||
# ./t2.nix
|
||||
# "${builtins.fetchGit { url = "https://github.com/kekrby/nixos-hardware.git"; }}/apple/t2"
|
||||
|
@ -73,12 +81,13 @@
|
|||
# };
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.keyboard.uhk.enable = true;
|
||||
hardware.keyboard.uhk.enable = true;
|
||||
|
||||
|
||||
# missing: menu-qalc picom-jonaburg
|
||||
environment.systemPackages = with pkgs; [
|
||||
# TODO: clean up.
|
||||
miraclecast
|
||||
];
|
||||
|
||||
environment.pathsToLink = [
|
||||
|
@ -145,6 +154,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.logind.extraConfig = ''
|
||||
RuntimeDirectorySize=12G
|
||||
'';
|
||||
|
||||
networking = {
|
||||
#nameservers = [
|
||||
#"192.168.8.205"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue