dotfiles/hm/default.nix

30 lines
403 B
Nix
Raw Permalink Normal View History

2024-05-08 09:37:04 +02:00
{ stylix, ... }:
2023-10-28 22:09:36 +02:00
{
imports = [
2024-01-27 14:23:26 +01:00
../common/frogarized
2023-11-21 21:01:56 +01:00
../options.nix
2024-03-09 23:50:31 +01:00
./accounts
2024-01-15 19:26:44 +01:00
./brightness
2023-10-28 22:09:36 +02:00
./common.nix
2024-01-07 22:38:42 +01:00
./desktop
2024-01-08 22:59:06 +01:00
./dev
2023-10-28 22:09:36 +02:00
./extra.nix
2023-12-02 21:50:59 +01:00
./gaming
./git
./gpg
2024-01-08 22:59:06 +01:00
./homealone.nix
2024-01-11 23:54:03 +01:00
./monitoring
./nix
./pager
2024-01-12 23:52:53 +01:00
./password
2024-01-11 23:54:03 +01:00
./prompt
2024-01-07 12:54:43 +01:00
./rebuild
2024-01-11 23:54:03 +01:00
./shell
./ssh.nix
2024-05-08 09:37:04 +02:00
stylix.homeManagerModules.stylix
2024-01-15 19:26:44 +01:00
./theme
./tmux
2024-01-08 23:04:24 +01:00
./vim
2023-10-28 22:09:36 +02:00
];
}