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

@ -1,9 +1,8 @@
{pkgs, ...}: {
imports = [
../../hm/common/browser.nix
../common/nvim.nix
../../hm/common/git.nix
../../hm/common/zsh.nix
../desktop/bspwm.nix
];
home.stateVersion = "25.05"; # ou ton actuelle
home = {
@ -11,11 +10,6 @@
homeDirectory = "/home/lomig";
packages = with pkgs; [
bat
fastfetch
nerd-fonts.iosevka
obsidian
smug
telegram-desktop
tree
];
};