home: wm: i3: remove 'udiskie' and 'flameshot'
It makes more sense to activate those at the `profile` level.
This commit is contained in:
parent
4ec380e128
commit
e7723d5275
|
@ -67,11 +67,6 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
config = lib.mkIf isEnabled {
|
config = lib.mkIf isEnabled {
|
||||||
my.home = {
|
|
||||||
flameshot.enable = true;
|
|
||||||
udiskie.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
ambroisie.i3-get-window-criteria # little helper for i3 configuration
|
ambroisie.i3-get-window-criteria # little helper for i3 configuration
|
||||||
arandr # Used by a mapping
|
arandr # Used by a mapping
|
||||||
|
|
Loading…
Reference in a new issue