mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-03 04:03:08 +00:00
~
This commit is contained in:
parent
31500a22ec
commit
14a4f4d391
5 changed files with 760 additions and 26 deletions
|
@ -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 = [ ... ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue