feat: initial commit
This commit is contained in:
commit
7fc2437bed
38 changed files with 1528 additions and 0 deletions
14
users/gandalf/modules/default.nix
Normal file
14
users/gandalf/modules/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
imports = [
|
||||
./alacritty.nix
|
||||
./fzf.nix
|
||||
./gnupg.nix
|
||||
./neovim.nix
|
||||
./sway.nix
|
||||
./tmux.nix
|
||||
./vscode.nix
|
||||
./waybar.nix
|
||||
./wofi.nix
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue