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
|
docs/tsunemori.jpg
|
||||||
|
|
||||||
ginoza/hardware-configuration.nix
|
ginoza/hardware-configuration.nix
|
||||||
|
|
||||||
|
docs/image.txt
|
||||||
|
|
||||||
|
docs/logo.png
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
- best NixOS starter dotfiles in the **flake** setup
|
- best NixOS starter dotfiles in the **flake** setup
|
||||||
|
|
||||||
- [Mirror Github](https://github.com/foglar/nixos-config)
|
- [Mirror Github](https://github.com/foglar/nixos-config)
|
||||||
- [Mirror Gitea](https://github.com/foglar/dotfiles)
|
- [Mirror Gitea](https://git.foglar.tech/foglar/dotfiles)
|
||||||
|
|
||||||
## Showcase
|
## Showcase
|
||||||
|
|
||||||
|
|||||||
@ -25,13 +25,13 @@
|
|||||||
ranger
|
ranger
|
||||||
unzip
|
unzip
|
||||||
fd
|
fd
|
||||||
imagemagick
|
imagemagick # convert images from formats like jpg, png, etc.
|
||||||
toybox # convert images from formats like jpg, png, etc.
|
|
||||||
]
|
]
|
||||||
++ (
|
++ (
|
||||||
if pkgs.system == "x86_64-linux"
|
if pkgs.system == "x86_64-linux"
|
||||||
then [
|
then [
|
||||||
#nvtopPackages.full
|
nvtopPackages.full
|
||||||
|
toybox
|
||||||
]
|
]
|
||||||
else []
|
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 text --watch cliphist store # clipboard store text data"
|
||||||
"${pkgs.wl-clipboard}/bin/wl-paste --type image --watch cliphist store # clipboard store image data"
|
"${pkgs.wl-clipboard}/bin/wl-paste --type image --watch cliphist store # clipboard store image data"
|
||||||
"${pkgs.swayosd}/bin/swayosd-server"
|
"${pkgs.swayosd}/bin/swayosd-server"
|
||||||
|
"${pkgs.bitwarden}/bin/bitwarden"
|
||||||
|
|
||||||
"systemctl --user start hyprpolkitagent"
|
"systemctl --user start hyprpolkitagent"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user