let's try to use rofi through nix

This commit is contained in:
Chris Cochrun 2025-01-03 10:24:32 -06:00
parent cc460f5431
commit 2a82a20068
3 changed files with 222 additions and 7 deletions

View file

@ -7,6 +7,7 @@ let
in {
imports = [
./modules/hyprland.nix
./modules/rofi.nix
# ags.homeManagerModules.default
# ./modules/plasma.nix
];
@ -523,10 +524,10 @@ in {
recursive = true;
};
home.file.".config/rofi" = {
source = ../.config/rofi;
recursive = true;
};
# home.file.".config/rofi" = {
# source = ../.config/rofi;
# recursive = true;
# };
programs.firefox = {
enable = true;
@ -1102,7 +1103,7 @@ in {
bind -M insert '$' __history_previous_command_arguments
end
# starship init fish | source
starship init fish | source
'';
};
@ -1309,7 +1310,7 @@ in {
padding.y = 10;
dynamic_padding = true;
};
terminal.shell.program = "nu";
terminal.shell.program = "fish";
font = {
normal = {
family = "VictorMono Nerd Font";