mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Trying to get macos to work
This commit is contained in:
parent
2199d70812
commit
ec0f5e8e55
4 changed files with 24 additions and 43 deletions
13
dot_config/flake/home/hinge/hinge.nix
Normal file
13
dot_config/flake/home/hinge/hinge.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# imports = [../common.nix];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue