mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
hosts/ni: update and reformat config
This commit is contained in:
parent
cef3b32df8
commit
84f27bece9
@ -120,14 +120,18 @@
|
|||||||
# This is somewhat used for streaming games from it.
|
# This is somewhat used for streaming games from it.
|
||||||
programs.steam.remotePlay.openFirewall = true;
|
programs.steam.remotePlay.openFirewall = true;
|
||||||
|
|
||||||
|
# Backup for the almighty archive, pls.
|
||||||
tasks.backup-archive.enable = true;
|
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.wezterm.enable = true;
|
||||||
programs.adb.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;
|
allowUnfree = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user