Added some packages to nixos/cli.nix

This commit is contained in:
Thai Noodles 2023-11-22 22:24:22 -08:00
parent e903adb978
commit 0b5c56e36a
5 changed files with 16 additions and 20 deletions

View File

@ -35,20 +35,4 @@ nix flake update
nix run nixpkgs#<package> nix run nixpkgs#<package>
``` ```
## Resources [Resources](https://pinboard.in/u:iiogama/t:nix/)
- [Zero To Nix](https://zero-to-nix.com)
- [The Cute World's NixOS Guide](https://thiscute.world/en/posts/nixos-and-flake-basics/)
- [NixOS Wiki](https://nixos.wiki/)
- [The Nix Hour YouTube Playlist](https://www.youtube.com/playlist?list=PLyzwHTVJlRc8yjlx4VR4LU5A5O44og9in)
- [Nixology YouTube Playlist](https://www.youtube.com/playlist?list=PLRGI9KQ3_HP_OFRG6R-p4iFgMSK1t5BHs)
- [Nixcloud](https://nixcloud.io)
## Todo
- [ ] Create additional host configurations
- [ ] Implement the Impermanence module
- [ ] Implement [Agenix](https://nixos.wiki/wiki/Agenix) or Sopsnix
- [ ] Implement [Stylix](https://danth.github.io/stylix/)
- [ ] Implement [MicroVM.nix](https://github.com/astro/microvm.nix)
- [ ] Figure out urlview and yank conflict with tmux plugins

View File

@ -4,11 +4,14 @@ set -o vi
unset HISTFILE unset HISTFILE
# Functions # Functions
function search() {
surfraw $(surfraw -elvi | fzf | awk '{print $1;}')
}
function mkcd { function mkcd {
mkdir -p $1 mkdir -p $1
cd $1 cd $1
} }
function ukr () { function ukr() {
read -rsp "Password: " PASS read -rsp "Password: " PASS
export $(echo -n "$PASS" | gnome-keyring-daemon --replace --unlock) export $(echo -n "$PASS" | gnome-keyring-daemon --replace --unlock)
unset PASS unset PASS

View File

@ -8,11 +8,11 @@ super + Return
# terminal emulator with tmux session menu # terminal emulator with tmux session menu
super + shift + Return super + shift + Return
st -e tmux st -e iitmux
# program launcher # program launcher
super + @space super + @space
iixm iixmenu
# screenshot shortcut # screenshot shortcut
super + shift + s super + shift + s

View File

@ -82,9 +82,11 @@
fq fq
fx fx
gitui gitui
glow
gpg-tui gpg-tui
gping gping
gron gron
gum
hexyl hexyl
htmlq htmlq
hugo hugo
@ -104,6 +106,7 @@
profanity profanity
recutils recutils
#sc-im #sc-im
shellcheck
ssss ssss
surfraw surfraw
tut tut

6
todo.md Normal file
View File

@ -0,0 +1,6 @@
- [ ] Create additional host configurations
- [ ] Implement the Impermanence module
- [ ] Implement [Agenix](https://nixos.wiki/wiki/Agenix) or Sopsnix
- [ ] Implement [Stylix](https://danth.github.io/stylix/)
- [ ] Implement [MicroVM.nix](https://github.com/astro/microvm.nix)
- [ ] Figure out urlview and yank conflict with tmux plugins