Moved wash to a nixos config

This commit is contained in:
Tyler Mayoff 2025-02-13 21:32:58 -05:00
parent 3d68f30796
commit 510c3a6421
9 changed files with 705 additions and 11 deletions

View file

@ -5,7 +5,6 @@
}: {
imports = [../common.nix ../gnome.nix ../home-backup.nix ../gui.nix];
nixpkgs.config.allowUnfree = true;
home = {
username = "tyler";
homeDirectory = "/home/tyler";