mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
homeManager: remove .recursive=true;
This commit is contained in:
parent
2f67bab65a
commit
51ab4c26bd
3 changed files with 44 additions and 55 deletions
|
|
@ -1,10 +1,5 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
programs.btop.enable = true;
|
||||
|
||||
# Link manually to get the theme along with the config
|
||||
xdg.configFile.btop = lib.mkIf config.programs.btop.enable {
|
||||
recursive = true;
|
||||
source = ./btop;
|
||||
};
|
||||
xdg.configFile.btop.source = lib.mkIf config.programs.btop.enable ./btop;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue