pantheon/homes/x86_64-linux/rafiq/desktop/launcher.nix

7 lines
112 B
Nix

{
home.sessionVariables.LAUNCHER = "fuzzel";
programs.wofi = {
style = null;
settings = { };
};
}