let's try to use rofi through nix
This commit is contained in:
parent
cc460f5431
commit
2a82a20068
3 changed files with 222 additions and 7 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue