Compare commits
2 commits
ba2ccb559c
...
85e2422b59
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | 85e2422b59 | ||
Antoine Martin | e16eb29345 |
|
@ -3,6 +3,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./emacs.nix
|
./emacs.nix
|
||||||
|
./env.nix
|
||||||
./fish
|
./fish
|
||||||
./flameshot.nix
|
./flameshot.nix
|
||||||
./secrets
|
./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;
|
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
# dev
|
||||||
|
clang_11
|
||||||
|
|
||||||
beancount
|
beancount
|
||||||
fava
|
fava
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue