mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-05 04:12:10 +02:00
Init
This commit is contained in:
25
home/home.nix
Normal file
25
home/home.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{ config, pkgs, ...}: {
|
||||
home.username = "hadi";
|
||||
home.homeDirectory = "/home/hadi";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
vscode
|
||||
];
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
imports = [
|
||||
./hyprland
|
||||
./nvim
|
||||
./waybar
|
||||
./kitty
|
||||
./dunst
|
||||
./wlogout
|
||||
./wofi
|
||||
./qutebrowser
|
||||
./git
|
||||
./shell
|
||||
./misc
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user