move dropbox

This commit is contained in:
2024-03-05 17:45:41 +01:00
parent 66c50ae9d0
commit 4c757d1b46
3 changed files with 4 additions and 7 deletions

View File

@@ -2,10 +2,8 @@
{
# Include the results of the hardware scan.
imports = [
./hardware-configuration.nix
#./home/programs/dropbox/default.nix
];
imports =
[ ./hardware-configuration.nix ./program-packages/dropbox/default.nix ];
# Use the systemd-boot EFI boot loader.
boot.loader = {

View File

@@ -1,12 +1,11 @@
{
imports = [
./alacritty
./dropbox
./git.nix
./neovim
./obs
./rofi
./signal
./signal.nix
./telegram.nix
./wallpaper.nix
./xmonad

View File

@@ -1,7 +1,7 @@
{ pkgs, lib, ... }:
{
home.systemPackages = with pkgs; [ dropbox dropbox-cli ];
environment.systemPackages = with pkgs; [ dropbox dropbox-cli ];
networking.firewall = {
allowedTCPPorts = [ 17500 ];