nixos-config/programs/desktop/home-manager.nix

11 lines
129 B
Nix
Raw Normal View History

2024-11-06 09:50:59 +00:00
_: {
imports = [
./firefox
2024-11-08 10:18:04 +00:00
./password-manager.nix
2024-11-08 10:32:21 +00:00
./syncthing
2024-11-08 14:29:30 +00:00
./games
2024-11-08 15:42:15 +00:00
./ims.nix
2024-11-09 07:24:50 +00:00
./audacious.nix
2024-11-06 09:50:59 +00:00
];
}