Many changes, but among other things:
- Use base16 colors for xmonad - No more useless fish base16 theming - Different wallpapers for each theme
This commit is contained in:
parent
493954c1e3
commit
15247fa82d
8 changed files with 26 additions and 29 deletions
home/adrielus/features/cli
|
@ -1,11 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
let base16-fish = pkgs.fetchFromGitHub {
|
||||
owner = "tomyun";
|
||||
repo = "base16-fish";
|
||||
sha256 = "142fmqm324gy3qsv48vijm5k81v6mw85ym9mmhnvyv2q2ndg5rix";
|
||||
rev = "2f6dd973a9075dabccd26f1cded09508180bf5fe";
|
||||
};
|
||||
in
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
|
@ -18,9 +11,6 @@ in
|
|||
shellAliases = {
|
||||
# Print available battery
|
||||
battery = "acpi";
|
||||
|
||||
# Rebuild nixos
|
||||
rebuild = "sudo -u adrielus nixos-rebuild switch --flake ~/Projects/nixos-config/";
|
||||
};
|
||||
|
||||
plugins = with pkgs.fishPlugins; [
|
||||
|
@ -62,11 +52,6 @@ in
|
|||
bind -e -M insert -k f10 # unbinds f10
|
||||
bind -M insert -m default -k f10 'commandline -f repaint' # Exit insert mode with <f10>
|
||||
end
|
||||
'' +
|
||||
# Theming
|
||||
''
|
||||
source ${config.scheme base16-fish}
|
||||
''
|
||||
;
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue