First commit
This commit is contained in:
parent
9532c89e63
commit
ca0610b675
13 changed files with 597 additions and 40 deletions
22
user/lomig.nix
Normal file
22
user/lomig.nix
Normal 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
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue