Files
nix-config/modules/hosts/keith/users/weckyy702/weckyy702.nix
T
2026-07-26 12:55:10 +02:00

28 lines
579 B
Nix

{ inputs, ... }: {
flake.modules.nixos.keith = { config, ... }: {
imports = with inputs.self.modules.nixos; [
weckyy702
steam
mullvad
];
home-manager.users.weckyy702 = { config, ... }: {
imports = with inputs.self.modules.homeManager;
with inputs.self.factory; [
(wpaperd {
default = {
path = "${inputs.assets}/horizontal_16x9.png";
};
})
ashell
keith-weckyy702-git
vesktop
borgmatic
prusa-slicer
];
};
};
}