Rename fake modules to modules-old
This commit is contained in:
parent
82a2d7bbea
commit
97db5d05d3
28 changed files with 13 additions and 13 deletions
15
nixos/modules-old/apps/kitty/default.nix
Normal file
15
nixos/modules-old/apps/kitty/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ inputs, lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.tdpeuter = { pkgs, ... }: {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
kitty
|
||||
];
|
||||
|
||||
file = {
|
||||
".config/kitty".source = ../../../../stow/kitty/.config/kitty;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue