Compare commits
6 Commits
yshtola-bu
...
4c462c21f3
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c462c21f3 | |||
| eb26a93944 | |||
| 098478fa0f | |||
| f1a426bd2e | |||
| 9fe67f2b97 | |||
| 245b5b1e08 |
@@ -1,4 +1,15 @@
|
|||||||
{ lib, pkgs, isNixOS ? true, ... }:
|
{ lib, pkgs, isNixOS ? true, ... }:
|
||||||
lib.mkIf pkgs.stdenv.isLinux {
|
lib.mkIf pkgs.stdenv.isLinux {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
imv
|
||||||
|
xdg-utils
|
||||||
|
] ++ lib.optionals isNixOS [
|
||||||
|
vesktop
|
||||||
|
xfce.thunar
|
||||||
|
pavucontrol
|
||||||
|
zathura
|
||||||
|
gpu-screen-recorder
|
||||||
|
gpu-screen-recorder-gtk
|
||||||
|
inetutils
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -62,7 +62,9 @@
|
|||||||
"If you’ve brought your ivory standard, I’ll be happy to tell you where you can stick it" \
|
"If you’ve brought your ivory standard, I’ll be happy to tell you where you can stick it" \
|
||||||
"Speeches? Oh, yes, I love them. There's nothing like a good exposition when you're having trouble sleeping!" \
|
"Speeches? Oh, yes, I love them. There's nothing like a good exposition when you're having trouble sleeping!" \
|
||||||
"Somehow, the boy just isn't very buoyant" \
|
"Somehow, the boy just isn't very buoyant" \
|
||||||
"I am...not interested, little sun. Try again when you have become a man"
|
"I am...not interested, little sun. Try again when you have become a man" \
|
||||||
|
"I am rightousness! And rightousness shall previal!" \
|
||||||
|
"Ahhh such bliss!"
|
||||||
|
|
||||||
|
|
||||||
set choose_meme (random)"%"(count $memes)
|
set choose_meme (random)"%"(count $memes)
|
||||||
|
|||||||
@@ -10,6 +10,10 @@ I like Final Fantasy, alright? Isn't everyone supposed to have a hobby?
|
|||||||
|
|
||||||
These are named after Final Fantasy VII characters.
|
These are named after Final Fantasy VII characters.
|
||||||
|
|
||||||
### Servers/Network Infrastructure
|
### Servers/Network Infrastructure (bare metal)
|
||||||
|
|
||||||
These are named after Final Fantasy summons. There is some infrastructure missing here like my routers and switches that I also name after summons.
|
These are named after Final Fantasy summons. There is some infrastructure missing here like my routers and switches that I also name after summons.
|
||||||
|
|
||||||
|
### Servers/Network Infrastructure (virtual machines)
|
||||||
|
|
||||||
|
These are named after Final Fantasy XIV Online characters (currently, these are named after the Scions of the Seventh Dawn).
|
||||||
|
|||||||
Reference in New Issue
Block a user