First commit

This commit is contained in:
Lomig 2025-08-21 11:21:15 +02:00
parent 9532c89e63
commit ca0610b675
13 changed files with 597 additions and 40 deletions

22
user/lomig.nix Normal file
View file

@ -0,0 +1,22 @@
{ config, pkgs, lib, desktop, ... }:
{
imports = [
../apps/browser.nix
../apps/picom.nix
../apps/zsh.nix
];
home.username = "lomig";
home.homeDirectory = "/home/lomig";
home.packages = with pkgs; [
bat
nerd-fonts.iosevka
telegram-desktop
tree
fastfetch
];
programs.zsh.enable = true;
home.stateVersion = "25.05"; # ou ton actuelle
}