1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-03 04:03:08 +00:00
This commit is contained in:
Rae 5e 2024-12-11 23:37:08 -05:00
parent 31500a22ec
commit 14a4f4d391
5 changed files with 760 additions and 26 deletions

View file

@ -3,6 +3,7 @@
imports = [
./hardware-configuration.nix
../../home.nix
../../packages.nix
];
boot.loader = {
@ -93,32 +94,6 @@
shell = pkgs.fish;
};
environment.systemPackages = with pkgs; [
# system tools
bat
btop
ffmpeg
git
gparted
hyfetch
imagemagick
kitty
xclip
yt-dlp
zellij
# text editors
neovim
vscodium
# X11
hsetroot
nitrogen
polybar
rofi
xcompmgr
# misc
uxn
];
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];