mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Split common.nix into multiple files
This commit is contained in:
parent
7fdb1aaaac
commit
0ee2ebadb4
8 changed files with 120 additions and 58 deletions
3
dot_config/home-manager/home/mal/mal.nix
Normal file
3
dot_config/home-manager/home/mal/mal.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [../common.nix];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue