From a75ef902af5fd7807918423a79f349034d7e03aa Mon Sep 17 00:00:00 2001 From: foglar Date: Sat, 11 Jan 2025 10:14:25 +0100 Subject: [PATCH] fixes and cleanup --- .gitignore | 4 ++++ README.md | 2 +- nixos/home/apps/cli_tools.nix | 6 +++--- nixos/home/desktop/hyprland/hyprland.nix | 1 + 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 87a4058..72acbbb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,7 @@ docs/masaoka.jpg docs/tsunemori.jpg ginoza/hardware-configuration.nix + +docs/image.txt + +docs/logo.png diff --git a/README.md b/README.md index bbce562..51e5af8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ - best NixOS starter dotfiles in the **flake** setup - [Mirror Github](https://github.com/foglar/nixos-config) -- [Mirror Gitea](https://github.com/foglar/dotfiles) +- [Mirror Gitea](https://git.foglar.tech/foglar/dotfiles) ## Showcase diff --git a/nixos/home/apps/cli_tools.nix b/nixos/home/apps/cli_tools.nix index 1895642..21f645b 100644 --- a/nixos/home/apps/cli_tools.nix +++ b/nixos/home/apps/cli_tools.nix @@ -25,13 +25,13 @@ ranger unzip fd - imagemagick - toybox # convert images from formats like jpg, png, etc. + imagemagick # convert images from formats like jpg, png, etc. ] ++ ( if pkgs.system == "x86_64-linux" then [ - #nvtopPackages.full + nvtopPackages.full + toybox ] else [] ); diff --git a/nixos/home/desktop/hyprland/hyprland.nix b/nixos/home/desktop/hyprland/hyprland.nix index 9907733..2297e23 100644 --- a/nixos/home/desktop/hyprland/hyprland.nix +++ b/nixos/home/desktop/hyprland/hyprland.nix @@ -127,6 +127,7 @@ "${pkgs.wl-clipboard}/bin/wl-paste --type text --watch cliphist store # clipboard store text data" "${pkgs.wl-clipboard}/bin/wl-paste --type image --watch cliphist store # clipboard store image data" "${pkgs.swayosd}/bin/swayosd-server" + "${pkgs.bitwarden}/bin/bitwarden" "systemctl --user start hyprpolkitagent"