diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-09-16 02:07:57 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-09-16 02:07:57 +0300 |
commit | d58f6d509cd81c6c21739f3bf0fcec7fa623ee9f (patch) | |
tree | f8742617b495d478cc8c9b2c1f200e143f2c1d28 /nixosConfigurations/eonwe/default.nix | |
parent | 2023-08-23 (diff) |
2023-09-16
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/eonwe/default.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/nixosConfigurations/eonwe/default.nix b/nixosConfigurations/eonwe/default.nix index a8dd167..d155cdf 100644 --- a/nixosConfigurations/eonwe/default.nix +++ b/nixosConfigurations/eonwe/default.nix @@ -5,6 +5,10 @@ ... }: with lib; { + imports = [ + ./work.nix + ]; + nixfiles.modules = { ark.enable = true; @@ -32,15 +36,17 @@ with lib; { home.packages = with pkgs; [ anki gzdoom + iaito kdenlive + krdc obs-studio openmw openttd + qzdl radeontop vcmi vial xonotic - qzdl ]; programs = { |