4
hosts/common/system/configs/wget/default.nix
Normal file
4
hosts/common/system/configs/wget/default.nix
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [ wget ];
|
||||||
|
}
|
@@ -1,29 +1,30 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../common/system/configs/android
|
../common/system/configs/android
|
||||||
../common/system/configs/boot
|
|
||||||
../common/system/configs/system
|
|
||||||
../common/system/configs/nix
|
|
||||||
../common/system/configs/persist
|
|
||||||
../common/system/configs/sops
|
|
||||||
../common/system/configs/users
|
|
||||||
../common/system/configs/getty
|
|
||||||
../common/system/configs/plymouth
|
|
||||||
../common/system/configs/networking
|
|
||||||
../common/system/configs/bluetooth
|
../common/system/configs/bluetooth
|
||||||
|
../common/system/configs/boot
|
||||||
../common/system/configs/brightnessctl
|
../common/system/configs/brightnessctl
|
||||||
../common/system/configs/pipewire
|
|
||||||
../common/system/configs/zsh
|
|
||||||
../common/system/configs/neovim
|
|
||||||
../common/system/configs/tmux
|
|
||||||
../common/system/configs/ssh
|
|
||||||
../common/system/configs/nix-ld
|
|
||||||
../common/system/configs/git
|
|
||||||
../common/system/configs/gpg-agent
|
|
||||||
../common/system/configs/tree
|
|
||||||
../common/system/configs/ranger
|
|
||||||
../common/system/configs/btop
|
../common/system/configs/btop
|
||||||
../common/system/configs/fastfetch
|
../common/system/configs/fastfetch
|
||||||
|
../common/system/configs/getty
|
||||||
|
../common/system/configs/git
|
||||||
|
../common/system/configs/gpg-agent
|
||||||
|
../common/system/configs/neovim
|
||||||
|
../common/system/configs/networking
|
||||||
|
../common/system/configs/nix
|
||||||
|
../common/system/configs/nix-ld
|
||||||
|
../common/system/configs/persist
|
||||||
|
../common/system/configs/pipewire
|
||||||
|
../common/system/configs/plymouth
|
||||||
|
../common/system/configs/ranger
|
||||||
|
../common/system/configs/sops
|
||||||
|
../common/system/configs/ssh
|
||||||
|
../common/system/configs/system
|
||||||
|
../common/system/configs/tmux
|
||||||
|
../common/system/configs/tree
|
||||||
|
../common/system/configs/users
|
||||||
|
../common/system/configs/wget
|
||||||
|
../common/system/configs/zsh
|
||||||
../common/system/scripts/cleanup
|
../common/system/scripts/cleanup
|
||||||
./nick.nix
|
./nick.nix
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user