home manager

This commit is contained in:
Till 2024-06-25 11:49:44 +02:00
parent 7efd15464e
commit d067c0fcdb
6 changed files with 17 additions and 6 deletions

View file

@ -34,7 +34,7 @@
wl-clipboard
qbittorrent
vlc
mullvad-vpn
# mullvad-vpn
ffmpeg
libnotify
];

View file

@ -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";
};
};
};
}

View file

@ -34,7 +34,7 @@
# web
chromium
mullvad-vpn
# mullvad-vpn
# nyxt
# media

View file

@ -60,7 +60,11 @@
end
function note --description 'Create a new note'
if count $argv > /dev/null
nvim -c "call CreateNote('$argv')"
else
nvim ~/notes/(ls ~/notes/ | fzf)
end
end
function lipsum --description 'Create placeholder text'

View file

@ -70,7 +70,6 @@
# web
nyxt
mullvad-vpn
# media
castget

View file

@ -7,8 +7,8 @@ lua <<EOF
end,
},
window = {
documentation = cmp.config.window.bordered(),
completion = cmp.config.window.bordered(),
-- documentation = cmp.config.window.bordered(),
-- completion = cmp.config.window.bordered(),
},
mapping = {
['<C-p>'] = cmp.mapping.select_prev_item(),