Added nu_scripts

This commit is contained in:
Tyler Mayoff 2025-02-08 09:56:15 -05:00
parent c45afedd4a
commit 79681e72a2
2 changed files with 17 additions and 4 deletions

View file

@ -5,6 +5,7 @@
}: {
imports = [../common.nix ../gnome.nix ../home-backup.nix ../gui.nix];
nixpkgs.config.allowUnfree = true;
home = {
username = "tyler";
homeDirectory = "/home/tyler";
@ -13,5 +14,7 @@
ventoy
(config.lib.nixGL.wrap renderdoc)
];
stateVersion = "23.11";
};
}