Compare commits
2 commits
ba2ccb559c
...
85e2422b59
| Author | SHA1 | Date | |
|---|---|---|---|
| 85e2422b59 | |||
| e16eb29345 |
3 changed files with 11 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue