Rename fake modules to modules-old
This commit is contained in:
parent
ba9dcb8026
commit
3a22389607
28 changed files with 13 additions and 13 deletions
16
nixos/modules-old/utils/zellij/default.nix
Normal file
16
nixos/modules-old/utils/zellij/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.tdpeuter.home = {
|
||||
packages = with pkgs; [
|
||||
zellij
|
||||
];
|
||||
|
||||
file.".config/zellij".source = ../../../../stow/zellij/.config/zellij;
|
||||
};
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue