mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Reorganized
This commit is contained in:
parent
e42e996e75
commit
5c31e50241
6 changed files with 284 additions and 11 deletions
24
dot_config/flake/machines/wash/home.nix
Normal file
24
dot_config/flake/machines/wash/home.nix
Normal 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";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue