Reorganized

This commit is contained in:
Tyler Mayoff 2025-02-15 17:55:49 -05:00
parent e42e996e75
commit 5c31e50241
6 changed files with 284 additions and 11 deletions

View file

@ -0,0 +1,24 @@
{pkgs, ...}: {
imports = [
../../home/stylix.nix
../../home/common.nix
../../home/waybar/mechabar
../../home/sway
../../home/home-backup.nix
../../home/gui.nix
];
home = {
username = "tyler";
homeDirectory = "/home/tyler";
packages = with pkgs; [
ventoy
# (config.lib.nixGL.wrap renderdoc)
];
stateVersion = "23.11";
};
}