backup
This commit is contained in:
parent
2d677a19ac
commit
e3453b0a87
20 changed files with 668 additions and 274 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
../../hosts/modules/bashistrans.nix
|
||||
../../hosts/modules/wm/hyprland.nix
|
||||
../../hosts/modules/steam.nix
|
||||
../../hosts/modules/gaming/steam.nix
|
||||
../../hosts/modules/obsidian.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -24,10 +24,12 @@
|
|||
vlc
|
||||
|
||||
# Games
|
||||
prismlauncher # minecraft
|
||||
upkgs.olympus # celeste
|
||||
discord
|
||||
discordo
|
||||
upkgs.ekphos
|
||||
|
||||
prismlauncher # minecraft
|
||||
libxtst # used for MCSR modpack
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -105,6 +105,8 @@
|
|||
doc.enable = true; # install /share/doc packages
|
||||
man = {
|
||||
enable = true; # install manpages
|
||||
|
||||
# https://discourse.nixos.org/t/slow-build-at-building-man-cache/52365/4
|
||||
generateCaches = false;
|
||||
};
|
||||
info.enable = true; # install GNU info
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@
|
|||
btop
|
||||
eza
|
||||
yazi
|
||||
exiftool # for yazi
|
||||
ripgrep
|
||||
viddy # modern `watch` command
|
||||
timg # terminal image (sixel) viewer
|
||||
|
|
@ -92,6 +93,7 @@
|
|||
vim
|
||||
powertop
|
||||
imagemagick
|
||||
ffmpeg
|
||||
usbutils
|
||||
|
||||
# "Standard" Unix Commands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue