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
discord
flameshot
vlc
termius
obsidian
jetbrains.datagrip
talosctl
pika-backup
obsidian
parsec-bin
pika-backup
talosctl
termius
unstable.nheko
unstable.telegram-desktop
vlc
# cli
brightnessctl
# dev utils
pre-commit # Pre-commit tasks for git
minio-client # S3 management
pre-commit # Pre-commit tasks for git
shellcheck # shell script linting
unstable.act
];

View file

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

View file

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