sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
pkgs: numptyphysics: add package
[julm/julm-nix.git]
/
homes
/
sevy.nix
1
{ pkgs, hostName, ... }:
2
{
3
imports = [
4
../home-manager/profiles/essential.nix
5
../home-manager/profiles/vim.nix
6
../home-manager/profiles/yt-dlp.nix
7
../home-manager/options.nix
8
(import (sevy/hosts + "/${hostName}.nix"))
9
];
10
home.stateVersion = "20.09";
11
home.packages = [
12
pkgs.hledger
13
];
14
}