Do not install neovim by default I guess
This commit is contained in:
parent
97b83d855e
commit
2ef4366b90
|
@ -1,3 +1,4 @@
|
||||||
|
# TODO: sync theme with global theme
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages = with pkgs; [ khal ];
|
home.packages = with pkgs; [ khal ];
|
||||||
xdg.configFile."khal/config".text = ''
|
xdg.configFile."khal/config".text = ''
|
||||||
|
@ -5,10 +6,14 @@
|
||||||
[[calendars]]
|
[[calendars]]
|
||||||
path = ~/Calendars/*
|
path = ~/Calendars/*
|
||||||
type = discover
|
type = discover
|
||||||
|
color = dark magenta
|
||||||
|
|
||||||
[locale]
|
[locale]
|
||||||
timeformat = %H:%M
|
timeformat = %H:%M
|
||||||
dateformat = %d/%m/%Y
|
dateformat = %d/%m/%Y
|
||||||
|
|
||||||
|
[view]
|
||||||
|
theme = light
|
||||||
'';
|
'';
|
||||||
satellite.persistence.at.data.apps.khal.directories = [
|
satellite.persistence.at.data.apps.khal.directories = [
|
||||||
"Calendars"
|
"Calendars"
|
||||||
|
|
|
@ -10,7 +10,6 @@ let
|
||||||
inputs.spicetify-nix.homeManagerModules.spicetify
|
inputs.spicetify-nix.homeManagerModules.spicetify
|
||||||
|
|
||||||
../features/cli
|
../features/cli
|
||||||
../features/neovim
|
|
||||||
../features/persistence.nix
|
../features/persistence.nix
|
||||||
../../common
|
../../common
|
||||||
];
|
];
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
./features/desktop/firefox
|
./features/desktop/firefox
|
||||||
./features/desktop/discord
|
./features/desktop/discord
|
||||||
./features/cli/khal.nix
|
./features/cli/khal.nix
|
||||||
|
./features/neovim
|
||||||
|
|
||||||
./features/xorg/xmonad.nix
|
./features/xorg/xmonad.nix
|
||||||
./features/wayland/hyprland
|
./features/wayland/hyprland
|
||||||
|
|
Loading…
Reference in a new issue