diff --git a/home-manager/home.nix b/home-manager/home.nix index 94686b7..eca33e3 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -435,21 +435,23 @@ in { enable = true; }; - systemd.user.services.qbittorrent-nox = { - Unit = { - Description = "qBittorrent-nox service."; - # Wants = [ "network-online.target" ]; - # After = [ "local-fs.target" "network-online.target" "nss-lookup.target" "multi-user.target" ]; - }; - Install = { - WantedBy = [ "default.target" ]; - }; - Service = { - Type = "simple"; - PrivateTmp = "false"; - ExecStart = "${pkgs.qbittorrent-nox}/bin/qbittorrent-nox"; - TimeoutStopSec = 1800; - Restart = "always"; + systemd.user.services = { + qbittorrent-nox = { + Unit = { + Description = "qBittorrent-nox service."; + # Wants = [ "network-online.target" ]; + # After = [ "local-fs.target" "network-online.target" "nss-lookup.target" "multi-user.target" ]; + }; + Install = { + WantedBy = [ "default.target" ]; + }; + Service = { + Type = "simple"; + PrivateTmp = "false"; + ExecStart = "${pkgs.qbittorrent-nox}/bin/qbittorrent-nox"; + TimeoutStopSec = 1800; + Restart = "always"; + }; }; }; } diff --git a/nix_environments/azule.nix b/nix_environments/azule.nix new file mode 100644 index 0000000..c0cb637 --- /dev/null +++ b/nix_environments/azule.nix @@ -0,0 +1,11 @@ +with import {}; +(pkgs.buildFHSEnv { + name = "azule-runtime"; + targetPkgs = pkgs: with pkgs; [ + libplist + xmlstarlet + libxml2 + jq + ]; + runScript = "bash"; +}).env diff --git a/nvim/lua/config.lua b/nvim/lua/config.lua index eab5132..9c24b57 100644 --- a/nvim/lua/config.lua +++ b/nvim/lua/config.lua @@ -43,7 +43,7 @@ vim.diagnostic.config({ focusable = false, }, }) --- vim.cmd([[au CursorHold * lua vim.diagnostic.open_float(0,{scope = "cursor"})]]) +vim.cmd([[au CursorHold * lua vim.diagnostic.open_float(0,{scope = "cursor"})]]) vim.g.mapleader = " "; vim.filetype.add({ extension = {