This commit is contained in:
Lilith 2025-03-24 21:21:19 +01:00
parent f639394679
commit fe82c49eb5
Signed by: lilith
GPG key ID: 8712A0F317C37175
4 changed files with 17 additions and 3 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
programs.adb.enable = true;
users.users."lilith".extraGroups = [ "adbusers" ];
environment.systemPackages = [ pkgs.android-studio ];
}

View file

@ -1,4 +1,5 @@
{...}: {
{ ... }:
{
imports = [
./audio.nix
./bluetooth.nix
@ -15,5 +16,7 @@
./syncthing.nix
./users.nix
./zsh.nix
./android-dev.nix
];
}

View file

@ -6,7 +6,10 @@
ethernet.macAddress = "random";
};
networking.nameservers = [ "192.168.178.111" ];
networking.nameservers = [
"192.168.178.1"
"192.168.178.111"
];
networking.nftables = {
enable = true;

View file

@ -1,4 +1,5 @@
{ pkgs, ...}: {
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
age
compsize