Compare commits

..

No commits in common. "0f8de176b738a2e2973a1c423a669bc593e74350" and "f3721e14bbeeaa4c20acb418f638e186dd23a3e2" have entirely different histories.

6 changed files with 4 additions and 20 deletions

View file

@ -8,8 +8,7 @@ in
desktop.enable = true;
home-manager.users."lilith".desktop.touchSupport = true;
gaming.enable = true;
gaming.client-only = true;
gaming.enable = false;
nfs.client.enable = true;
auto_styling.enable = true;

View file

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

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
imports = [
./audio.nix
@ -19,6 +19,4 @@
./virtualization.nix
];
environment.systemPackages = with pkgs; [ distrobox ];
}

View file

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

View file

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

View file

@ -2,7 +2,5 @@
allowed = [
"steam"
"steam-unwrapped"
"android-studio-stable"
];
}