mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-03 20:23:08 +00:00
~
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
062c447374
commit
c38f040574
21 changed files with 5 additions and 4 deletions
12
nixos/home/default.nix
Normal file
12
nixos/home/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./base.nix
|
||||
|
||||
./dconf.nix
|
||||
./firefox.nix
|
||||
./neovim.nix
|
||||
./polybar.nix
|
||||
./vscode.nix
|
||||
./yambar.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue