Compare commits
2 commits
2a19bef592
...
3719e1430d
Author | SHA1 | Date | |
---|---|---|---|
3719e1430d | |||
22e9304293 |
2 changed files with 2 additions and 0 deletions
1
home.nix
1
home.nix
|
@ -69,6 +69,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
|
cheetah = "curl -d 'Lena: Done ✓' https://ntfy.forestcat.org/cheetah";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -79,6 +79,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# System Packages go here
|
# System Packages go here
|
||||||
pkgs.brave
|
pkgs.brave
|
||||||
|
pkgs.i3
|
||||||
pkgs.alejandra
|
pkgs.alejandra
|
||||||
pkgs.keepassxc
|
pkgs.keepassxc
|
||||||
pkgs.kitty
|
pkgs.kitty
|
||||||
|
|
Loading…
Reference in a new issue