mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
trimming
This commit is contained in:
parent
a677d5554b
commit
fbc5917192
3 changed files with 3 additions and 18 deletions
|
|
@ -7,20 +7,12 @@ let
|
|||
in
|
||||
{ options.modules.utils = { enable = mkEnableOption "utils"; };
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
# services.syncthing = {
|
||||
# enable = true;
|
||||
# extraOptions = [
|
||||
# "--gui-adddress:8384"
|
||||
# ];
|
||||
# };
|
||||
|
||||
home.packages = with pkgs; [
|
||||
wget curl tree neofetch
|
||||
unzip fping calc qrencode
|
||||
fd pkg-config pciutils
|
||||
neofetch mdbook rsync
|
||||
docker gcc gnumake
|
||||
mdbook rsync docker gcc gnumake
|
||||
android-studio
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue