changes
This commit is contained in:
8
nix/modules/hyprland/runner.nix
Normal file
8
nix/modules/hyprland/runner.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
let
|
||||
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
wofi
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user