From a0fbc228a33e07bc826b965b45e2969cccd4121f Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sun, 24 Mar 2024 21:42:59 +0100 Subject: [PATCH] [docs] move applications to main readme --- docs/usage/readme.md | 28 ---------------------------- readme.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 28 deletions(-) diff --git a/docs/usage/readme.md b/docs/usage/readme.md index 1c1a30e..70683ab 100644 --- a/docs/usage/readme.md +++ b/docs/usage/readme.md @@ -1,33 +1,5 @@ # Usage -### Applications -| | NixOS 23.11 | channel | -|--------------------------| -------------------------------------- | ---------| -| **Application Launcher** | Wofi | stable | -| **Bar** | Waybar | stable | -| **Browsers** | Firefox, Google Chrome, Microsoft Edge | unstable | -| **Clipboard Manager** | clipse | unstable | -| **Desktop Environment** | Gnome, Hyprland (primary) | unstable | -| **Display Server** | Wayland | unstable | -| **File Manager** | Nautilus | stable | -| **Image Viewer** | Loupe | stable | -| **Image Editor** | GIMP | stable | -| **Music Player** | Spotify | unstable | -| **Shell** | zsh | stable | -| **Password Manager** | Bitwarden | unstable | -| **Terminal Emulator** | Alacritty | stable | -| **Text Editors** | vim, Visual Studio Code | unstable | -| **Video Player** | mpv | stable | -| **VPN Client** | Tailscale | unstable | - -Other usefull utilities: - - git - - imagemagick - - meld - - nextcloud-client - - solaar - - sshfs - ### Hyprland #### Keyboard bindings diff --git a/readme.md b/readme.md index 273b6a1..08c98f4 100644 --- a/readme.md +++ b/readme.md @@ -8,4 +8,36 @@ | --------- | --------- | ![](https://git.simoncor.net/siempie/dotfiles-nix/raw/branch/main/docs/images/preview-1.png) | ![](https://git.simoncor.net/siempie/dotfiles-nix/raw/branch/main/docs/images/preview-2.png) + +### Applications +| | | channel | +|--------------------------| -------------------------------------- | ---------| +| **Application Launcher** | Wofi | stable | +| **Bar** | Waybar | stable | +| **Browsers** | Firefox, Google Chrome, Microsoft Edge | unstable | +| **Clipboard Manager** | clipse | unstable | +| **Desktop Environment** | Gnome, Hyprland (primary) | unstable | +| **Display Server** | Wayland | unstable | +| **File Manager** | Nautilus | stable | +| **Image Viewer** | Loupe | stable | +| **Image Editor** | GIMP | stable | +| **Music Player** | Spotify | unstable | +| **Shell** | zsh | stable | +| **Screenshots** | grimblast, satty | unstable | +| **Password Manager** | Bitwarden | unstable | +| **Terminal Emulator** | Alacritty | stable | +| **Text Editors** | vim, Visual Studio Code | unstable | +| **Video Player** | mpv | stable | +| **Virtualisation** | virt-manager | stable | +| **VPN Client** | Tailscale | unstable | + +Other usefull utilities: + - git + - imagemagick + - meld + - nextcloud-client + - solaar + - sshfs + + #### Enjoy!