first commit
This commit is contained in:
commit
58a3f28118
72 changed files with 3082 additions and 0 deletions
23
modules/home/default.nix
Normal file
23
modules/home/default.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{ inputs, ... }: {
|
||||
imports =
|
||||
[ (import ./waybar) ]
|
||||
++ [ (import ./firefox) ]
|
||||
# ++ [ (import ./vscode) ]
|
||||
++ [ (import ./chromium) ]
|
||||
++ [ (import ./hyprland) ]
|
||||
++ [ (import ./gaming) ]
|
||||
++ [ (import ./git) ]
|
||||
++ [ (import ./foot) ]
|
||||
++ [ (import ./swaylock) ]
|
||||
++ [ (import ./wofi) ]
|
||||
++ [ (import ./zsh) ]
|
||||
++ [ (import ./gtk) ]
|
||||
++ [ (import ./mako) ]
|
||||
++ [ (import ./scripts) ]
|
||||
++ [ (import ./neofetch) ]
|
||||
++ [ (import ./starship) ]
|
||||
++ [ (import ./wlogout) ]
|
||||
++ [ (import ./nvim) ]
|
||||
++ [ (import ./package) ];
|
||||
|
||||
}
|
||||
Reference in a new issue