parent
24f564ecf4
commit
b3e8280f4e
4 changed files with 5 additions and 1 deletions
|
@ -42,6 +42,8 @@ in
|
||||||
btop
|
btop
|
||||||
ripgrep
|
ripgrep
|
||||||
vim
|
vim
|
||||||
|
dnsdog
|
||||||
|
tree
|
||||||
];
|
];
|
||||||
gnome.excludePackages = with pkgs; [ gnome.totem gnome-tour gnome.epiphany gnome.geary gnome-console ];
|
gnome.excludePackages = with pkgs; [ gnome.totem gnome-tour gnome.epiphany gnome.geary gnome-console ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
dig = "dog";
|
||||||
htop = "btop";
|
htop = "btop";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
gco = "git checkout";
|
gco = "git checkout";
|
||||||
|
|
|
@ -28,7 +28,6 @@
|
||||||
signal-desktop
|
signal-desktop
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
strawberry
|
strawberry
|
||||||
tree
|
|
||||||
gimp
|
gimp
|
||||||
libreoffice
|
libreoffice
|
||||||
];
|
];
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
|
```
|
||||||
nix run github:ryantm/agenix# -- -e secret1.age
|
nix run github:ryantm/agenix# -- -e secret1.age
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue