Compare commits
2 commits
ba2ccb559c
...
85e2422b59
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | 85e2422b59 | ||
Antoine Martin | e16eb29345 |
|
@ -3,6 +3,7 @@
|
|||
imports = [
|
||||
./alacritty.nix
|
||||
./emacs.nix
|
||||
./env.nix
|
||||
./fish
|
||||
./flameshot.nix
|
||||
./secrets
|
||||
|
|
7
home/env.nix
Normal file
7
home/env.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
home.sessionPath = [
|
||||
"${config.xdg.configHome}/emacs/bin"
|
||||
"${config.home.homeDirectory}/.cargo/bin"
|
||||
];
|
||||
}
|
|
@ -13,6 +13,9 @@
|
|||
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# dev
|
||||
clang_11
|
||||
|
||||
beancount
|
||||
fava
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue