mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Moved nix files from home-manager to flake to be more generalized
This commit is contained in:
parent
d65ec62e43
commit
6b848b363a
21 changed files with 2 additions and 2 deletions
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [../common.nix];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# clang_17
|
||||
# clang-tools
|
||||
just
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue