nonsense
This commit is contained in:
parent
b31a3c940e
commit
17289fb507
3 changed files with 6 additions and 8 deletions
|
@ -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
|
||||
];
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
with lib; let
|
||||
inherit (config.myHome) username homeDirectory;
|
||||
cfg = config.myHome.shell.atuind;
|
||||
in
|
||||
{
|
||||
|
|
|
@ -42,7 +42,6 @@
|
|||
virtualisation.docker.enable = true;
|
||||
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
# System settings and services.
|
||||
mySystem = {
|
||||
purpose = "Development";
|
||||
|
|
Loading…
Reference in a new issue