Begin add laptop perso conf

This commit is contained in:
Florian RICHER 2024-02-02 21:07:29 +01:00
parent 10735f4461
commit 42ac86def2
10 changed files with 193 additions and 31 deletions

12
modules/plasma.nix Normal file
View file

@ -0,0 +1,12 @@
{ pkgs, inputs, ... }:
{
programs.hyprland = {
enable = true;
xwayland.enable = true;
};
services.udisks2 = {
enable = true;
mountOnMedia = true;
};
}