fixes and cleanup

This commit is contained in:
foglar 2025-01-11 10:14:25 +01:00
parent 92040b0cc6
commit a75ef902af
4 changed files with 9 additions and 4 deletions

4
.gitignore vendored
View File

@ -7,3 +7,7 @@ docs/masaoka.jpg
docs/tsunemori.jpg
ginoza/hardware-configuration.nix
docs/image.txt
docs/logo.png

View File

@ -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

View File

@ -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 []
);

View File

@ -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"