Files
nix-config/modules/hosts/tux/users/weckyy702/weckyy702.nix
T
2026-07-30 09:59:20 +02:00

28 lines
568 B
Nix

{ inputs, ... }: {
flake.modules.nixos.tux-weckyy702 = {
imports = with inputs.self.modules.nixos; [
weckyy702
upower
libreoffice
];
home-manager.users.weckyy702 = {
imports = with inputs.self.modules.homeManager;
with inputs.self.factory; [
borgmatic
obsidian
vesktop
tux-hyprland
randomized-aghpb-wallpaper
nm-applet
blueman-applet
prusa-slicer
backlight
syncthing
tux-weckyy702-git
];
};
};
}