restructured flake
This commit is contained in:
parent
5c7ae091c1
commit
bf3bb961f3
100 changed files with 76 additions and 78 deletions
|
@ -1,11 +0,0 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
{
|
||||
home-manager.users.willifan = {
|
||||
home.packages = lib.mkIf config.desktop.hyprexit.enable [
|
||||
(pkgs.writeShellScriptBin "hyprexit" ''
|
||||
${pkgs.hyprland}/bin/hyprctl dispatch exit
|
||||
${pkgs.systemd}/bin/loginctl terminate-user willifan
|
||||
'')
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue