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;
|
desktop.enable = true;
|
||||||
home-manager.users."lilith".desktop.touchSupport = true;
|
home-manager.users."lilith".desktop.touchSupport = true;
|
||||||
|
|
||||||
gaming.enable = true;
|
gaming.enable = false;
|
||||||
gaming.client-only = true;
|
|
||||||
nfs.client.enable = true;
|
nfs.client.enable = true;
|
||||||
auto_styling.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 = [
|
imports = [
|
||||||
./audio.nix
|
./audio.nix
|
||||||
|
|
@ -19,6 +19,4 @@
|
||||||
|
|
||||||
./virtualization.nix
|
./virtualization.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ distrobox ];
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,10 +6,7 @@
|
||||||
ethernet.macAddress = "random";
|
ethernet.macAddress = "random";
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.nameservers = [
|
networking.nameservers = [ "192.168.178.111" ];
|
||||||
"192.168.178.1"
|
|
||||||
"192.168.178.111"
|
|
||||||
];
|
|
||||||
|
|
||||||
networking.nftables = {
|
networking.nftables = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ...}: {
|
||||||
{
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
age
|
age
|
||||||
compsize
|
compsize
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,5 @@
|
||||||
allowed = [
|
allowed = [
|
||||||
"steam"
|
"steam"
|
||||||
"steam-unwrapped"
|
"steam-unwrapped"
|
||||||
|
|
||||||
"android-studio-stable"
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue