Skip to content

Commit

Permalink
Remove gita, add gnome caffeine
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawootten committed Oct 26, 2023
1 parent 594a79b commit 92bb2d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
13 changes: 0 additions & 13 deletions homeModules/personal/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,6 @@ in
];
};

home.packages = with pkgs; [
gita
];

programs.bash.initExtra = ''
source ${pkgs.gita}/share/bash-completion/completions/gita
'';

programs.zsh.initExtra = ''
autoload -U +X bashcompinit && bashcompinit
source ${pkgs.gita}/share/zsh/site-functions/gita
'';

home.sessionVariables = {
# Where I do my work
GIT_WORKSPACE = "~/Documents/repos";
Expand Down
3 changes: 2 additions & 1 deletion homeModules/personal/gnome/extra.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ pkgs, lib, config, ... }:
let
mkTuple = lib.hm.gvariant.mkTuple;
cfg = config.personal.gnome;
in
{
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
gnomeExtensions.tailscale-status
gnomeExtensions.pip-on-top
gnomeExtensions.caffeine
];

dconf = {
Expand All @@ -18,6 +18,7 @@ in
enabled-extensions = [
"[email protected]"
"[email protected]"
"[email protected]"
];
};
"org/gnome/desktop/calendar" = {
Expand Down

0 comments on commit 92bb2d1

Please sign in to comment.