Compare commits
No commits in common. "3719e1430d1ae350faf838754198c2f4e2372f6f" and "2a19bef59262a250df65e653d26b7dd58b6748cc" have entirely different histories.
3719e1430d
...
2a19bef592
2 changed files with 0 additions and 2 deletions
1
home.nix
1
home.nix
|
@ -69,7 +69,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
cheetah = "curl -d 'Lena: Done ✓' https://ntfy.forestcat.org/cheetah";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,6 @@
|
||||||
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