Adding several desktop apps
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user