Skip to content

Commit

Permalink
🔧 (home): rework options
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Sep 1, 2024
1 parent f26ab8b commit a8e4750
Show file tree
Hide file tree
Showing 14 changed files with 1,059 additions and 1,022 deletions.
18 changes: 15 additions & 3 deletions home/gwen/grovetender.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,26 @@
../../modules/home
];

opt = {
browser = {
firefox.enable = true;
};
misc = {
obsidian.enable = true;
yamlfmt.enable = true;
rbw.enable = true;
};
music = {
spicetify.enable = true;
};
};

modules = {
anyrun.enable = true;
hyprland.enable = true;
k9s.enable = true;
lazygit.enable = true;
rofi.enable = true;
rbw.enable = true;
spicetify.enable = true;
sss.enable = false;
zellij.enable = true;
zsh.enable = true;
Expand All @@ -37,8 +49,8 @@
scrcpy
stremio
yazi
showmethekey
lunar-client
wdisplays
];
};
}
7 changes: 0 additions & 7 deletions modules/home/core/home.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
config,
inputs,
lib,
pkgs,
...
}:
Expand All @@ -16,19 +15,13 @@
if [ ! -d "${config.home.homeDirectory}/.config/zsh" ]; then
${pkgs.git}/bin/git clone --depth 1 --branch zsh https://github.com/elythh/dotfiles ${config.home.homeDirectory}/.config/zsh
fi
if [ ! -d "${config.home.homeDirectory}/.config/ags" ]; then
${pkgs.git}/bin/git clone --depth 1 --branch ags https://github.com/elythh/dotfiles ${config.home.homeDirectory}/.config/ags
fi
'';
};

packages = with pkgs; [
inputs.zjstatus.packages.${system}.default
(pkgs.callPackage ../../../home/shared/icons/whitesur.nix { })
(pkgs.callPackage ../../../home/shared/icons/reversal.nix { })
(lib.mkIf config.modules.rbw.enable rbw)
(lib.mkIf config.modules.rbw.enable rofi-rbw)
#easyeffects
awscli
bemoji
betterdiscordctl
Expand Down
Loading

0 comments on commit a8e4750

Please sign in to comment.