add helix and enable flatpaks

This commit is contained in:
Joseph Hanson 2024-09-17 09:59:40 -05:00
parent ce52589504
commit 887dc26471
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
3 changed files with 5 additions and 2 deletions

View file

@ -39,7 +39,7 @@ with config;
# Install these packages for my user # Install these packages for my user
packages = with pkgs; packages = with pkgs;
[ [
#apps # apps
obsidian obsidian
parsec-bin parsec-bin
solaar # open source manager for logitech unifying receivers solaar # open source manager for logitech unifying receivers

View file

@ -44,6 +44,8 @@
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
services.flatpak.enable = true;
# System settings and services. # System settings and services.
mySystem = { mySystem = {
purpose = "Development"; purpose = "Development";

View file

@ -15,13 +15,14 @@ with config;
unstable.ncdu unstable.ncdu
yq yq
# TODO Move # dev
gh gh
go go
nil nil
nixpkgs-fmt nixpkgs-fmt
shfmt shfmt
statix statix
unstable.helix
# flake imports # flake imports
inputs.nix-inspect.packages.${pkgs.system}.default inputs.nix-inspect.packages.${pkgs.system}.default