misc changes

This commit is contained in:
Vinzenz Schroeter 2023-09-09 14:57:55 +02:00
parent fae9e32045
commit a24b916572
5 changed files with 118 additions and 117 deletions

View file

@ -3,8 +3,7 @@
pkgs,
lib,
...
}:
let
}: let
cfg = config.my.gnome;
in {
options.my.gnome = {
@ -42,7 +41,7 @@ in {
];
home-manager.users = {
vinzenz = {pkgs, ...}: {
vinzenz = lib.mkIf config.my.users.vinzenz.enable {
home.packages = with pkgs; [
gnome.gpaste
amberol

View file

@ -3,8 +3,7 @@
pkgs,
lib,
...
}:
let
}: let
cfg = config.my.users.vinzenz;
in {
options.my.users.vinzenz = {

View file

@ -3,8 +3,7 @@
pkgs,
lib,
...
}:
let
}: let
cfg = config.my.kde;
in {
options.my.kde = {