update theming, update flake lock, enable gnupg
This commit is contained in:
parent
5d84242fb6
commit
872134db56
7 changed files with 114 additions and 84 deletions
|
@ -1,4 +1,8 @@
|
|||
{osConfig, ...}: {
|
||||
{
|
||||
osConfig,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.file.".config/kdeconnect/config" = {
|
||||
text = ''
|
||||
[General]
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue