diff options
Diffstat (limited to 'nixos/profiles/workstation')
-rw-r--r-- | nixos/profiles/workstation/default.nix | 2 | ||||
-rw-r--r-- | nixos/profiles/workstation/dev.nix | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/nixos/profiles/workstation/default.nix b/nixos/profiles/workstation/default.nix index 0332200..833ce3c 100644 --- a/nixos/profiles/workstation/default.nix +++ b/nixos/profiles/workstation/default.nix @@ -2,7 +2,7 @@ let cfg = config.workstation; - sources = import ../../npins; + sources = import <top/npins>; nixGit = import (pkgs.fetchFromGitHub { owner = "NixOS"; repo = "nix"; diff --git a/nixos/profiles/workstation/dev.nix b/nixos/profiles/workstation/dev.nix index ea39b83..92992cb 100644 --- a/nixos/profiles/workstation/dev.nix +++ b/nixos/profiles/workstation/dev.nix @@ -30,6 +30,10 @@ vscodium # I'm installing extensions via my install-imperative script. platformio + + # language servers + # rust-analyzer is installed via rustup + nixd ]; virtualisation.podman = { |