diff --git a/homeConfig/modules/neovim/default.nix b/homeConfig/modules/neovim/default.nix index 76653a4..edfbacc 100644 --- a/homeConfig/modules/neovim/default.nix +++ b/homeConfig/modules/neovim/default.nix @@ -11,16 +11,9 @@ in enable = true; viAlias = true; vimAlias = true; - -# TODO: Fix declarative setup -# extraLuaConfig = import ./config/init.nix; -# plugins = with pkgs.vimPlugins; [ -# LazyVim -# ]; extraPackages = import ./config/servers.nix { inherit pkgs; }; }; -# Bandaid fix until I can get the declarative setup working home.file.".config/nvim" = { source = ./config/lazyvim; recursive = true; diff --git a/homeConfig/modules/utils/default.nix b/homeConfig/modules/utils/default.nix index 7a76a65..4304f51 100644 --- a/homeConfig/modules/utils/default.nix +++ b/homeConfig/modules/utils/default.nix @@ -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 ]; }; diff --git a/sysConfig/desktop/system.nix b/sysConfig/desktop/system.nix index 7e60d15..4e41973 100644 --- a/sysConfig/desktop/system.nix +++ b/sysConfig/desktop/system.nix @@ -71,7 +71,7 @@ }; }; - # Locale +# Locale time = { timeZone = "America/New_York"; }; @@ -93,7 +93,7 @@ useXkbConfig = true; }; - # Networking +# Networking networking = { hostName = "socrates"; useDHCP = lib.mkDefault true;