infinidoge: remove refrences to profiles

This commit is contained in:
Infinidoge 2023-09-13 16:59:50 -04:00
parent a7b42d45f7
commit 9dd4f12e95

View file

@ -1,4 +1,4 @@
{ config, self, lib, pkgs, profiles, inputs, ... }:
{ config, self, lib, pkgs, inputs, ... }:
let
inherit (lib) flatten optional mkIf;
ifGraphical = lib.optionals config.info.graphical;
@ -8,7 +8,7 @@ in
imports = flatten [
];
home = { config, main, profiles, ... }: {
home = { config, main, ... }: {
imports = flatten [
./config
];