infinidoge: remove refrences to profiles
This commit is contained in:
parent
a7b42d45f7
commit
9dd4f12e95
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue