feat: replace wlogout with tofi

This commit is contained in:
lightly-toasted 2025-08-05 16:31:04 +09:00
parent 4a99766e87
commit 5706fe32cb
4 changed files with 20 additions and 7 deletions

View file

@ -10,7 +10,6 @@
./programs/fonts.nix
./programs/hyprland.nix
./programs/tofi.nix
./programs/wlogout.nix
./programs/zsh.nix
./programs/firefox.nix
./programs/yazi.nix
@ -26,6 +25,9 @@
username = "toast";
homeDirectory = "/home/toast";
stateVersion = "24.11";
file = {
"bin" = { source = ./bin; recursive = true; };
};
};
nixpkgs.config.allowUnfree = true;