1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-12 04:22:07 +00:00
.dotfiles/nixos/home/default.nix

13 lines
183 B
Nix
Raw Normal View History

{ ... }: {
2024-12-19 22:10:05 -05:00
imports = [
./base.nix
2024-12-20 13:56:07 -05:00
./dconf.nix
2024-12-19 22:52:48 -05:00
./firefox.nix
./neovim.nix
2024-12-20 13:56:07 -05:00
./polybar.nix
./vscode.nix
2024-12-31 02:37:57 -05:00
./yambar.nix
2024-12-19 22:10:05 -05:00
];
}