Compare commits

..

No commits in common. "ed1b2384e0c969111790d9b7d87e4a9089e1f61e" and "f63997f75faad23855cdb1e92946a90ab7366b65" have entirely different histories.

3 changed files with 1 additions and 13 deletions

View file

@ -28,7 +28,6 @@
# development
git
git-crypt
gnumake
gnupg
pinentry-curses
python3

View file

@ -115,12 +115,6 @@ in
window.commands = [
{ command = "border pixel 2"; criteria = { class = "Alacritty"; }; }
# NOTE: should be done with an assign command, but Spotify doesn't set
# its class until after initialization, so has to be done this way.
#
# See https://i3wm.org/docs/userguide.html#assign_workspace
{ criteria = { class = "Spotify"; }; command = "move to workspace 8"; }
];
};
};

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, ... }:
{
home-manager.users.alarsyo = {
# Keyboard settings & i3 settings
@ -11,10 +11,5 @@
my.home.fish.enable = true;
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
home.packages = with pkgs; [
beancount
fava
];
};
}