Compare commits
No commits in common. "85e2422b593dca32023fb32b0d09cfbadf3f8c8c" and "ba2ccb559c4b348ddbcd78e2cab0a46139a8c002" have entirely different histories.
85e2422b59
...
ba2ccb559c
|
@ -3,7 +3,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./emacs.nix
|
./emacs.nix
|
||||||
./env.nix
|
|
||||||
./fish
|
./fish
|
||||||
./flameshot.nix
|
./flameshot.nix
|
||||||
./secrets
|
./secrets
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
{ config, ... }:
|
|
||||||
{
|
|
||||||
home.sessionPath = [
|
|
||||||
"${config.xdg.configHome}/emacs/bin"
|
|
||||||
"${config.home.homeDirectory}/.cargo/bin"
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -13,9 +13,6 @@
|
||||||
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