From 40070d865b73a9ebe6d5375758fb8d393b857fa2 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Fri, 12 Apr 2024 16:20:03 +0200 Subject: [PATCH] sorted programs --- hosts/vali/mars/awesome.nix | 2 +- hosts/vali/mars/programs.nix | 86 ++++++++++++++++++------------------ modules/cli/zsh.nix | 4 +- 3 files changed, 46 insertions(+), 46 deletions(-) diff --git a/hosts/vali/mars/awesome.nix b/hosts/vali/mars/awesome.nix index fdf180c..cd9e68b 100644 --- a/hosts/vali/mars/awesome.nix +++ b/hosts/vali/mars/awesome.nix @@ -17,4 +17,4 @@ in { }; }; }; -} +; diff --git a/hosts/vali/mars/programs.nix b/hosts/vali/mars/programs.nix index f70e21f..7b0fa9b 100644 --- a/hosts/vali/mars/programs.nix +++ b/hosts/vali/mars/programs.nix @@ -7,39 +7,15 @@ in { fenix = inputs.fenix.packages.${pkgs.system}; in with pkgs; [ - pfetch - git - keepassxc - eza ripgrep - signal-desktop-beta - element-desktop - steam - tor-browser-bundle-bin - betterbird - telegram-desktop - libreoffice-fresh - qbittorrent - ventoy-full - lazygit - neofetch - zip - vlc - zathura alacritty - scc - texliveFull - st - unzip - gcc - trash-cli + alsa-utils + asciinema + betterbird bibata-cursors - networkmanagerapplet - xclip - pamixer dig - pcmanfm - ffmpeg_6-full - yt-dlp + element-desktop + eza ripgrep + fastfetch (fenix.complete.withComponents [ "cargo" "clippy" @@ -47,22 +23,46 @@ in { "rustc" "rustfmt" ]) - polkit - asciinema - fastfetch - alsa-utils - imagemagick - pavucontrol + ffmpeg_6-full + gcc gdb - tree - smartmontools - krita - python3 - rustdesk + git httpie - sherlock - strawberry + imagemagick + keepassxc + krita + lazygit + libreoffice-fresh + neofetch neovim + networkmanagerapplet + pamixer + pavucontrol + pcmanfm + pfetch + polkit + python3 + qbittorrent + rustdesk + scc + sherlock + signal-desktop-beta + smartmontools + st + steam + strawberry + telegram-desktop + texliveFull + tor-browser-bundle-bin + trash-cli + tree + unzip + ventoy-full + vlc + xclip + yt-dlp + zathura + zip ]; }; } diff --git a/modules/cli/zsh.nix b/modules/cli/zsh.nix index 40952c1..93f0910 100644 --- a/modules/cli/zsh.nix +++ b/modules/cli/zsh.nix @@ -86,8 +86,8 @@ in { ]; oh-my-zsh = mkIf cfg.ohmyzsh.enable { enable = true; - theme = cfg.ohmyzsh.theme; - plugins = cfg.ohmyzsh.plugins; + theme = cfg.ohmyzsh.theme; + plugins = cfg.ohmyzsh.plugins; }; }; };