diff --git a/nixos/home/jahanson/workstation.nix b/nixos/home/jahanson/workstation.nix index 223d976..08d9e8f 100644 --- a/nixos/home/jahanson/workstation.nix +++ b/nixos/home/jahanson/workstation.nix @@ -39,7 +39,7 @@ with config; # Install these packages for my user packages = with pkgs; [ - #apps + # apps obsidian parsec-bin solaar # open source manager for logitech unifying receivers diff --git a/nixos/hosts/telchar/default.nix b/nixos/hosts/telchar/default.nix index f42afd3..ed08cf4 100644 --- a/nixos/hosts/telchar/default.nix +++ b/nixos/hosts/telchar/default.nix @@ -44,6 +44,8 @@ virtualisation.docker.enable = true; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + + services.flatpak.enable = true; # System settings and services. mySystem = { purpose = "Development"; diff --git a/nixos/profiles/role-dev.nix b/nixos/profiles/role-dev.nix index e81edd1..bd0ee3a 100644 --- a/nixos/profiles/role-dev.nix +++ b/nixos/profiles/role-dev.nix @@ -15,13 +15,14 @@ with config; unstable.ncdu yq - # TODO Move + # dev gh go nil nixpkgs-fmt shfmt statix + unstable.helix # flake imports inputs.nix-inspect.packages.${pkgs.system}.default