profiles: wm: enable 'i3' helpers

`flameshot` and `udiskie` provide some functionnality that would usually
be found in an actual DE.

It makes more sense to activate them here instead of in the home
configuration, so I will remove it in the next commit.
This commit is contained in:
Bruno BELANYI 2021-06-03 17:33:09 +02:00
parent 0cf077012d
commit 4ec380e128
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ in
services.xserver.windowManager.i3.enable = true;
# i3 settings
my.home.wm.windowManager = "i3";
# Screenshot tool
my.home.flameshot.enable = true;
# Auto disk mounter
my.home.udiskie.enable = true;
})
];
}