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>
```
## Resources
- [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
[Resources](https://pinboard.in/u:iiogama/t:nix/)

View File

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

View File

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

View File

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