mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
parent
fc6f94b812
commit
c54c586fba
3 changed files with 7 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ flake, ... }:
|
||||
{ lib, pkgs, flake, ... }:
|
||||
let
|
||||
inherit (flake) inputs;
|
||||
inherit (inputs) self;
|
||||
|
|
@ -10,4 +10,9 @@ in
|
|||
];
|
||||
|
||||
home.username = "srid";
|
||||
|
||||
home.packages = [
|
||||
] ++ lib.optionals pkgs.stdenv.isDarwin [
|
||||
pkgs.tart
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ in
|
|||
fuckport
|
||||
sshuttle-via
|
||||
entr
|
||||
git-merge-and-delete
|
||||
|
||||
# Fonts
|
||||
cascadia-code
|
||||
|
|
|
|||
|
|
@ -6,8 +6,4 @@
|
|||
./all/nushell
|
||||
# ./all/emacs.nix
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
pkgs.tart
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue