flake: remove bud
This commit is contained in:
parent
44515ec81f
commit
2cc70a8c4a
10 changed files with 2 additions and 59 deletions
|
@ -50,8 +50,6 @@ in
|
|||
|
||||
environment.variables = mkAliasDefinitions options.env;
|
||||
|
||||
bud.localFlakeClone = config.dotfiles.dir;
|
||||
|
||||
secrets = mapAttrs (n: v: v.path) config.age.secrets;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
bud.enable = true;
|
||||
|
||||
programs = {
|
||||
# Enable dconf for programs that need it
|
||||
dconf.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue