Evie Litherland-Smith
5a18c254ac
Add platform specific hyprland/hyprpaper/waybar config into platform specific home-manager files, better integration with nix and no conflicing links
12 lines
191 B
Nix
12 lines
191 B
Nix
{ ... }: {
|
|
imports = [
|
|
../env
|
|
../tui
|
|
../git/personal.nix
|
|
../ssh/personal.nix
|
|
];
|
|
home.username = "root";
|
|
home.homeDirectory = "/root";
|
|
home.stateVersion = "22.11";
|
|
}
|