global/hm-system-defaults: make some profiles global
This commit is contained in:
parent
f0017d381e
commit
b24034aa53
2 changed files with 17 additions and 14 deletions
|
@ -10,16 +10,11 @@ in
|
|||
|
||||
home = { config, main, profiles, ... }: {
|
||||
imports = flatten [
|
||||
(with profiles; [
|
||||
htop
|
||||
|
||||
(ifGraphical' [
|
||||
kitty
|
||||
rofi
|
||||
themeing
|
||||
flameshot
|
||||
])
|
||||
])
|
||||
(ifGraphical' (with profiles; [
|
||||
rofi
|
||||
themeing
|
||||
flameshot
|
||||
]))
|
||||
|
||||
./config
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue