parent
802074f233
commit
58ae27d6d1
4 changed files with 119 additions and 12 deletions
11
home-manager/shared/programs/pi.nix
Normal file
11
home-manager/shared/programs/pi.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
pi
|
||||
];
|
||||
|
||||
home.file."${config.xdg.configHome}/.pi" = {
|
||||
source = ./config;
|
||||
recursive = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue