Adding several desktop apps

This commit is contained in:
Miguel Palhas
2024-09-29 18:29:48 +01:00
parent 5d0b7e26f5
commit 8274d3dcf3
9 changed files with 60 additions and 21 deletions
+5 -2
View File
@@ -1,7 +1,10 @@
{ inputs, pkgs, modulesPath, ... }: {
{ inputs, pkgs, modulesPath, nixpkgs, lib, ... }: {
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
imports = [
(modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix")
../common/global
../common/docker.nix
../common/features/hyprland.nix
../common/features/docker.nix
../common/features/desktop-apps.nix
];
}