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