hell n back
This commit is contained in:
parent
3ee6761b45
commit
cac7203033
45 changed files with 2988 additions and 177 deletions
24
modules/default.nix
Normal file
24
modules/default.nix
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{ inputs, pkgs, config, ... }:
|
||||
|
||||
{
|
||||
home.stateVersion = "21.03";
|
||||
imports = [
|
||||
# gui
|
||||
./firefox
|
||||
./foot
|
||||
./eww
|
||||
./dunst
|
||||
./hyprland
|
||||
./wofi
|
||||
|
||||
# cli
|
||||
./nvim
|
||||
./zsh
|
||||
./git
|
||||
./direnv
|
||||
|
||||
# system
|
||||
./xdg
|
||||
./packages
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue