misc: various changes
This commit is contained in:
parent
5e2a68566b
commit
4944f2ba36
10 changed files with 99 additions and 60 deletions
|
@ -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
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
osConfig,
|
||||
...
|
||||
}: let
|
||||
variables = {
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
config,
|
||||
options,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.git = {
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue