[hyprland] Remove

This commit is contained in:
Florian RICHER 2024-02-17 13:16:48 +01:00
parent 07332d82e2
commit cef7bcf15b
2 changed files with 0 additions and 24 deletions

View file

@ -1,12 +0,0 @@
{ pkgs, ... }: {
xdg.configFile."hypr/set-bg" = {
executable = true;
text = ''
#!/usr/bin/env bash
echo "Salut"
'';
};
}

View file

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