hosts/ni: update and reformat config

This commit is contained in:
Gabriel Arazas 2023-09-17 13:58:59 +08:00
parent cef3b32df8
commit 84f27bece9
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -120,14 +120,18 @@
# This is somewhat used for streaming games from it.
programs.steam.remotePlay.openFirewall = true;
# Backup for the almighty archive, pls.
tasks.backup-archive.enable = true;
workflows.workflows.a-happy-gnome.enable = true;
# The most extensible desktop environment with the greatest toolset of all
# time (arguably but it is great).
workflows.workflows.a-happy-gnome.enable = true;
programs.wezterm.enable = true;
programs.adb.enable = true;
environment.etc."nix/nixpkgs-config.nix".source = pkgs.writeText "nixpkgs-config" ''
# Basically, the most basic nixpkgs configuration.
environment.etc."nix/nixpkgs-config.nix".text = ''
{
allowUnfree = true;
}