This commit is contained in:
Lilith 2024-06-11 20:54:17 +02:00
parent b66f726ce2
commit 18e95cdb6f
Signed by: lilith
GPG key ID: 8712A0F317C37175
7 changed files with 89 additions and 79 deletions

View file

@ -1,4 +1,6 @@
{pkgs, ...}: {
{ ags, pkgs, ...}: {
imports = [ ags.homeManagerModules.default ];
programs.ags = {
enable = true;
configDir = ./widgets/bar;

View file

@ -1,5 +1,6 @@
{
user = [
./ags
./alacritty.nix
./clipman.nix
./common.nix

View file

@ -11,6 +11,7 @@
nativeMessagingHosts = with pkgs; [
tridactyl-native
keepassxc
];
policies = {

View file

@ -20,6 +20,7 @@
obsidian
vlc
obs-studio
keepassxc
ncspot

View file

@ -1,8 +1,11 @@
{...}:{
{conf,...}:{
programs.thunderbird = {
enable = true;
settings = {
};
profiles.${conf.user} = {
isDefault = true;
};
};
}