Compare commits

..

No commits in common. "c3e54da68c951d1ef7617dad4c4f85125f21121c" and "1e72b33cc65a1f4b75f6b6d40b07062862454cef" have entirely different histories.

2 changed files with 0 additions and 11 deletions

View File

@ -36,11 +36,6 @@
# Enable networking
networking.networkmanager.enable = true;
networking.nameservers = ["192.168.0.10" "1.1.1.1"];
services.resolved = {
enable = true;
fallbackDns = ["192.168.0.10" "1.1.1.1"];
};
# Set your time zone.
time.timeZone = "Europe/Zagreb";

View File

@ -39,7 +39,6 @@
aria2
osu-lazer-bin
overskride
delfin
];
# Install librewolf
@ -65,11 +64,6 @@
];
};
programs.thunderbird = {
enable = true;
profiles.default.isDefault = true;
};
# Install foot
programs.foot.enable = true;