mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-05 21:23:07 +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 = [ ... ];
|
||||
|
|
31
nixos/packages.nix
Normal file
31
nixos/packages.nix
Normal file
|
@ -0,0 +1,31 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
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
|
||||
xdotool
|
||||
xorg.xev
|
||||
xorg.xwininfo
|
||||
# misc
|
||||
uxn
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue