Fix issues after updating lockfile
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
This commit is contained in:
parent
a5d42d3a0c
commit
a3ac254912
12 changed files with 215 additions and 157 deletions
|
|
@ -16,11 +16,12 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
catppuccin.rofi.enable = true;
|
||||
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
# TODO: How to ensure this font is installed?
|
||||
font = "Hack Nerd Font 10";
|
||||
catppuccin.enable = true;
|
||||
plugins = [ pkgs.rofi-emoji ];
|
||||
extraConfig = {
|
||||
show-icons = true;
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
dotDir = "${config.xdg.configHome}/zsh";
|
||||
autosuggestion.enable = true;
|
||||
enableCompletion = true;
|
||||
envExtra = ''
|
||||
|
|
|
|||
|
|
@ -245,7 +245,7 @@ in
|
|||
settings = {
|
||||
ipc = "on";
|
||||
splash = false;
|
||||
splash_offset = 2.0;
|
||||
splash_offset = 2;
|
||||
|
||||
preload = [
|
||||
"${config.xdg.dataHome}/${cfg.wallpaperPath}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue