diff --git a/home/alt.nix b/home/alt.nix index ad7adbd..ea49ad9 100644 --- a/home/alt.nix +++ b/home/alt.nix @@ -34,7 +34,7 @@ wl-clipboard qbittorrent vlc - mullvad-vpn + # mullvad-vpn ffmpeg libnotify ]; diff --git a/home/calendars.nix b/home/calendars.nix index afbd0da..b2be616 100644 --- a/home/calendars.nix +++ b/home/calendars.nix @@ -113,5 +113,13 @@ in url = "http://i.cal.to/ical/5940/eintrachtfrankfurt/spielplan-frauen-profis/28ae0d30.f781380b-1763bff2.ics"; }; }; + "euro" = calDefaults // { + khal.enable = true; + khal.color = "dark green"; + remote = { + type = "http"; + url = "https://football.bkn.dev/euro/2024/ics/?flags"; + }; + }; }; } diff --git a/home/default.nix b/home/default.nix index ae6017c..a66bf04 100644 --- a/home/default.nix +++ b/home/default.nix @@ -34,7 +34,7 @@ # web chromium - mullvad-vpn + # mullvad-vpn # nyxt # media diff --git a/home/fish.nix b/home/fish.nix index 87200a8..7b32284 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -60,7 +60,11 @@ end function note --description 'Create a new note' - nvim -c "call CreateNote('$argv')" + if count $argv > /dev/null + nvim -c "call CreateNote('$argv')" + else + nvim ~/notes/(ls ~/notes/ | fzf) + end end function lipsum --description 'Create placeholder text' diff --git a/home/minimal.nix b/home/minimal.nix index bbb3040..8c47b45 100644 --- a/home/minimal.nix +++ b/home/minimal.nix @@ -70,7 +70,6 @@ # web nyxt - mullvad-vpn # media castget diff --git a/home/nvim/lsp.vim b/home/nvim/lsp.vim index 5aabbd2..e644cbd 100644 --- a/home/nvim/lsp.vim +++ b/home/nvim/lsp.vim @@ -7,8 +7,8 @@ lua <'] = cmp.mapping.select_prev_item(),