This commit is contained in:
Joseph Hanson 2024-07-27 13:22:48 -05:00
parent b31a3c940e
commit 17289fb507
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
3 changed files with 6 additions and 8 deletions

View file

@ -29,22 +29,22 @@ with config;
_1password-gui _1password-gui
discord discord
flameshot flameshot
vlc
termius
obsidian
jetbrains.datagrip jetbrains.datagrip
talosctl obsidian
pika-backup
parsec-bin parsec-bin
pika-backup
talosctl
termius
unstable.nheko unstable.nheko
unstable.telegram-desktop unstable.telegram-desktop
vlc
# cli # cli
brightnessctl brightnessctl
# dev utils # dev utils
pre-commit # Pre-commit tasks for git
minio-client # S3 management minio-client # S3 management
pre-commit # Pre-commit tasks for git
shellcheck # shell script linting shellcheck # shell script linting
unstable.act unstable.act
]; ];

View file

@ -1,6 +1,5 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
with lib; let with lib; let
inherit (config.myHome) username homeDirectory;
cfg = config.myHome.shell.atuind; cfg = config.myHome.shell.atuind;
in in
{ {

View file

@ -42,7 +42,6 @@
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;
# System settings and services. # System settings and services.
mySystem = { mySystem = {
purpose = "Development"; purpose = "Development";