From 887dc264710f2e86ea5af0de4179fd326eb6993f Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 17 Sep 2024 09:59:40 -0500 Subject: [PATCH] add helix and enable flatpaks --- nixos/home/jahanson/workstation.nix | 2 +- nixos/hosts/telchar/default.nix | 2 ++ nixos/profiles/role-dev.nix | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) 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