[hyprland] Remove
This commit is contained in:
parent
07332d82e2
commit
cef7bcf15b
2 changed files with 0 additions and 24 deletions
|
@ -1,12 +0,0 @@
|
||||||
{ pkgs, ... }: {
|
|
||||||
|
|
||||||
xdg.configFile."hypr/set-bg" = {
|
|
||||||
executable = true;
|
|
||||||
text = ''
|
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
echo "Salut"
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,12 +0,0 @@
|
||||||
{ pkgs, inputs, ... }:
|
|
||||||
{
|
|
||||||
programs.hyprland = {
|
|
||||||
enable = true;
|
|
||||||
xwayland.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
services.udisks2 = {
|
|
||||||
enable = true;
|
|
||||||
mountOnMedia = true;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue