Refactor
This commit is contained in:
parent
556e0e1eb2
commit
e0a82ee731
49 changed files with 1076 additions and 765 deletions
25
hm/users/lomig.nix
Normal file
25
hm/users/lomig.nix
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../../hm/common/browser.nix
|
||||
../common/nvim.nix
|
||||
../../hm/common/zsh.nix
|
||||
../desktop/bspwm.nix
|
||||
];
|
||||
home.stateVersion = "25.05"; # ou ton actuelle
|
||||
home = {
|
||||
username = "lomig";
|
||||
homeDirectory = "/home/lomig";
|
||||
packages = with pkgs; [
|
||||
bat
|
||||
fastfetch
|
||||
nerd-fonts.iosevka
|
||||
obsidian
|
||||
smug
|
||||
telegram-desktop
|
||||
tree
|
||||
];
|
||||
};
|
||||
programs.zsh.enable = true;
|
||||
}
|
||||
# vim: set ts=2 sw=2 sts=2 et :
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue