add helix and enable flatpaks
This commit is contained in:
parent
ce52589504
commit
887dc26471
3 changed files with 5 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue