ADD: terre-neuvas server

This commit is contained in:
L0m1g 2025-09-05 09:59:31 +02:00
parent e0a82ee731
commit 4f411004e6
12 changed files with 247 additions and 25 deletions

View file

@ -0,0 +1,18 @@
{pkgs, ...}: {
imports = [
../desktop/bspwm.nix
./lomig.nix
];
home.stateVersion = "25.05"; # ou ton actuelle
home = {
packages = with pkgs; [
fastfetch
nerd-fonts.iosevka
obsidian
smug
telegram-desktop
];
};
}
# vim: set ts=2 sw=2 sts=2 et :