fixes and cleanup
This commit is contained in:
parent
92040b0cc6
commit
a75ef902af
4
.gitignore
vendored
4
.gitignore
vendored
@ -7,3 +7,7 @@ docs/masaoka.jpg
|
||||
docs/tsunemori.jpg
|
||||
|
||||
ginoza/hardware-configuration.nix
|
||||
|
||||
docs/image.txt
|
||||
|
||||
docs/logo.png
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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 []
|
||||
);
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user