Begin add laptop perso conf
This commit is contained in:
parent
10735f4461
commit
42ac86def2
10 changed files with 193 additions and 31 deletions
12
modules/plasma.nix
Normal file
12
modules/plasma.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
services.udisks2 = {
|
||||
enable = true;
|
||||
mountOnMedia = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue