Compare commits

..

No commits in common. "85e2422b593dca32023fb32b0d09cfbadf3f8c8c" and "ba2ccb559c4b348ddbcd78e2cab0a46139a8c002" have entirely different histories.

3 changed files with 0 additions and 11 deletions

View file

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

View file

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

View file

@ -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
]; ];