mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
stuff
This commit is contained in:
parent
31add36609
commit
bcfd7d5e04
8 changed files with 24 additions and 203 deletions
|
|
@ -7,7 +7,6 @@ in
|
|||
{
|
||||
imports = [
|
||||
inputs.nix-index-database.homeModules.nix-index
|
||||
inputs.try.homeManagerModules.default
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
# Unixy tools
|
||||
|
|
@ -58,7 +57,7 @@ in
|
|||
|
||||
# Txns
|
||||
hledger
|
||||
# hledger-web
|
||||
hledger-web
|
||||
|
||||
gnupg
|
||||
ffmpeg
|
||||
|
|
@ -89,9 +88,5 @@ in
|
|||
};
|
||||
jq.enable = true;
|
||||
btop.enable = true;
|
||||
try = {
|
||||
enable = true;
|
||||
path = "~/tries";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue