2022-02-06 23:01:27 +00:00
|
|
|
{
|
2022-02-06 23:00:41 +00:00
|
|
|
imports = [
|
|
|
|
../home-manager/default.nix
|
2022-02-19 23:40:00 +00:00
|
|
|
../modules/avahi.nix
|
2022-03-07 13:28:42 +00:00
|
|
|
../modules/docker.nix
|
2022-02-06 23:00:41 +00:00
|
|
|
../modules/earlyoom.nix
|
|
|
|
../modules/fonts.nix
|
|
|
|
../modules/opengl.nix
|
2022-03-01 23:00:03 +00:00
|
|
|
../modules/pam.nix
|
2022-02-06 23:00:41 +00:00
|
|
|
../modules/sound.nix
|
|
|
|
../modules/ssh.nix
|
2022-03-21 16:47:04 +00:00
|
|
|
../modules/steam.nix
|
2022-03-23 15:30:55 +00:00
|
|
|
# ../modules/via.nix broken
|
2022-03-01 19:09:17 +00:00
|
|
|
../modules/virtualbox.nix
|
2022-03-16 22:24:48 +00:00
|
|
|
#../secrets/remote-builder.nix
|
2022-02-06 23:00:41 +00:00
|
|
|
../users/fleaz.nix
|
|
|
|
];
|
2022-02-23 20:41:46 +00:00
|
|
|
|
2022-04-19 19:44:30 +00:00
|
|
|
# GTK settings stuff for e.g. themes
|
|
|
|
programs.dconf.enable = true;
|
|
|
|
|
2022-02-23 20:41:46 +00:00
|
|
|
|
|
|
|
# Temporary hacks that don't deserve their own module
|
|
|
|
|
|
|
|
networking.extraHosts =
|
|
|
|
''
|
2022-03-02 23:29:28 +00:00
|
|
|
10.10.37.2 bart2.fleaz.me
|
2022-02-23 20:41:46 +00:00
|
|
|
'';
|
|
|
|
|
2022-02-06 23:01:27 +00:00
|
|
|
}
|
2022-02-06 23:00:41 +00:00
|
|
|
|