1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 15:03:37 +00:00
.dotfiles/nixos/home/default.nix

12 lines
141 B
Nix
Raw Normal View History

2024-12-20 03:10:05 +00:00
{ ... }:
{
imports = [
./base.nix
2024-12-20 18:56:07 +00:00
./dconf.nix
2024-12-20 03:52:48 +00:00
./firefox.nix
./neovim.nix
2024-12-20 18:56:07 +00:00
./polybar.nix
2024-12-20 03:10:05 +00:00
];
}