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
|
_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
|
||||||
];
|
];
|
||||||
|
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue