misc: various changes

This commit is contained in:
Evar 2025-02-20 17:21:29 -05:00
parent 5e2a68566b
commit 4944f2ba36
10 changed files with 99 additions and 60 deletions

View file

@ -1,6 +1,5 @@
{
pkgs,
inputs,
...
}: {
imports = [
@ -18,6 +17,8 @@
pkgs.telegram-desktop
# Productivity/Documents
pkgs.keyguard
pkgs.bitwarden-desktop
pkgs.keepassxc
pkgs.libreoffice
pkgs.gimp

View file

@ -1,8 +1,5 @@
{
config,
pkgs,
inputs,
osConfig,
...
}: let
variables = {

View file

@ -1,7 +1,4 @@
{
config,
options,
pkgs,
...
}: {
programs.git = {

View file

@ -1,7 +1,5 @@
{
config,
lib,
pkgs,
...
}: {

View file

@ -1,6 +1,5 @@
{
config,
lib,
pkgs,
...
}: let