mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
added
This commit is contained in:
parent
a66fac87e6
commit
fd5706665e
1 changed files with 3 additions and 5 deletions
|
|
@ -12,7 +12,6 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
tor-browser-bundle-bin
|
tor-browser-bundle-bin
|
||||||
tor
|
|
||||||
|
|
||||||
spotify
|
spotify
|
||||||
discord
|
discord
|
||||||
|
|
@ -20,7 +19,8 @@
|
||||||
alacritty
|
alacritty
|
||||||
ranger
|
ranger
|
||||||
imv
|
imv
|
||||||
|
gimp
|
||||||
|
|
||||||
rsync
|
rsync
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
|
|
@ -39,8 +39,6 @@
|
||||||
docker
|
docker
|
||||||
|
|
||||||
trezor-suite
|
trezor-suite
|
||||||
trezord
|
|
||||||
trezor-udev-rules
|
|
||||||
|
|
||||||
keepassxc
|
keepassxc
|
||||||
neofetch
|
neofetch
|
||||||
|
|
@ -61,7 +59,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# SYNCTHING
|
# Services
|
||||||
services = {
|
services = {
|
||||||
syncthing = {
|
syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue