niri config

This commit is contained in:
William 2025-05-22 09:52:44 -03:00
parent 4d65ec9ae6
commit 180a071620
7 changed files with 141 additions and 22 deletions

View file

@ -111,9 +111,9 @@
(lib.mkIf hostType.isWorkstation {
fonts.fontconfig.enable = true;
# home.packages = with pkgs; [
# ulauncher
# ];
home.packages = with pkgs; [
rmenu
];
programs = {
password-store.package = pkgs.pass-wayland;