Compare commits
No commits in common. "0f8de176b738a2e2973a1c423a669bc593e74350" and "f3721e14bbeeaa4c20acb418f638e186dd23a3e2" have entirely different histories.
0f8de176b7
...
f3721e14bb
6 changed files with 4 additions and 20 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.adb.enable = true;
|
||||
users.users."lilith".extraGroups = [ "adbusers" ];
|
||||
|
||||
environment.systemPackages = [ pkgs.android-studio ];
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./audio.nix
|
||||
|
|
@ -19,6 +19,4 @@
|
|||
|
||||
./virtualization.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [ distrobox ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
{ pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
age
|
||||
compsize
|
||||
|
|
|
|||
|
|
@ -2,7 +2,5 @@
|
|||
allowed = [
|
||||
"steam"
|
||||
"steam-unwrapped"
|
||||
|
||||
"android-studio-stable"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue