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
packages = with pkgs;
[
#apps
# apps
obsidian
parsec-bin
solaar # open source manager for logitech unifying receivers

View file

@ -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";

View file

@ -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