mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
packages: remove attic and add home-manager
This commit is contained in:
parent
f13c9e18a6
commit
6e3d8b2a9f
5 changed files with 28 additions and 92 deletions
|
|
@ -1,5 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.home-manager.packages.${pkgs.system}.home-manager
|
||||
|
||||
nil
|
||||
statix
|
||||
deadnix
|
||||
|
|
@ -8,7 +14,6 @@
|
|||
|
||||
nix-your-shell
|
||||
nix-melt
|
||||
attic-client
|
||||
cachix
|
||||
direnv
|
||||
fh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue