Files
nix-config/modules/hosts/tux/users/weckyy702/weckyy702.nix
2026-03-19 21:35:52 +01:00

23 lines
466 B
Nix

{ inputs, ... }: {
flake.modules.nixos.tux = {
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
];
};
};
}