Compare commits

...

2 commits

Author SHA1 Message Date
Antoine Martin 85e2422b59 boreal: install clang11 2021-04-23 22:05:46 +02:00
Antoine Martin e16eb29345 home: setup additional paths 2021-04-23 22:05:27 +02:00
3 changed files with 11 additions and 0 deletions

View file

@ -3,6 +3,7 @@
imports = [
./alacritty.nix
./emacs.nix
./env.nix
./fish
./flameshot.nix
./secrets

7
home/env.nix Normal file
View file

@ -0,0 +1,7 @@
{ config, ... }:
{
home.sessionPath = [
"${config.xdg.configHome}/emacs/bin"
"${config.home.homeDirectory}/.cargo/bin"
];
}

View file

@ -13,6 +13,9 @@
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
home.packages = with pkgs; [
# dev
clang_11
beancount
fava
];