update
This commit is contained in:
parent
b66f726ce2
commit
18e95cdb6f
7 changed files with 89 additions and 79 deletions
|
|
@ -1,4 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
{ ags, pkgs, ...}: {
|
||||
imports = [ ags.homeManagerModules.default ];
|
||||
|
||||
programs.ags = {
|
||||
enable = true;
|
||||
configDir = ./widgets/bar;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
user = [
|
||||
./ags
|
||||
./alacritty.nix
|
||||
./clipman.nix
|
||||
./common.nix
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
nativeMessagingHosts = with pkgs; [
|
||||
tridactyl-native
|
||||
keepassxc
|
||||
];
|
||||
|
||||
policies = {
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
obsidian
|
||||
vlc
|
||||
obs-studio
|
||||
keepassxc
|
||||
ncspot
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,11 @@
|
|||
{...}:{
|
||||
{conf,...}:{
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
};
|
||||
profiles.${conf.user} = {
|
||||
isDefault = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue