update theming, update flake lock, enable gnupg

This commit is contained in:
Lillian Violet 2025-02-13 01:20:32 +01:00
parent 5d84242fb6
commit 872134db56
7 changed files with 114 additions and 84 deletions

View file

@ -1,4 +1,8 @@
{osConfig, ...}: {
{
osConfig,
lib,
...
}: {
home.file.".config/kdeconnect/config" = {
text = ''
[General]

View file

@ -1,6 +1,7 @@
{
pkgs,
osConfig,
lib,
...
}: {
imports = [
@ -53,6 +54,9 @@
};
};
stylix.enable = true;
qt.platformTheme.name = lib.mkForce "kvantum";
qt.style.name = lib.mkForce "kvantum";
# stylix = {
# enable = true;
# autoEnable = true;

View file

@ -1,6 +1,5 @@
{...}: {
# TODO: make this dynamic instead of hard coded
home.file."config" = {
home.file."sshconfig" = {
source = ./config;
target = ".config/ssh/config";
force = true;