Lilim: enable options for ssh, gpg, ollama, kdeconnect and ollama
This commit is contained in:
parent
a8f69cbc62
commit
d72edb64d6
1 changed files with 8 additions and 1 deletions
|
@ -14,6 +14,9 @@
|
||||||
name = "derped";
|
name = "derped";
|
||||||
id = 1337;
|
id = 1337;
|
||||||
isAdmin = true;
|
isAdmin = true;
|
||||||
|
services = [
|
||||||
|
"kdeconnect"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
conffiles = [
|
conffiles = [
|
||||||
|
@ -40,9 +43,10 @@
|
||||||
"cups"
|
"cups"
|
||||||
"desktop"
|
"desktop"
|
||||||
"desktop::sway"
|
"desktop::sway"
|
||||||
|
"gnupg"
|
||||||
|
"home"
|
||||||
"impermanence"
|
"impermanence"
|
||||||
"lanzaboote"
|
"lanzaboote"
|
||||||
"mariaDB"
|
|
||||||
"mullvad"
|
"mullvad"
|
||||||
"nvim"
|
"nvim"
|
||||||
"nvim::blink"
|
"nvim::blink"
|
||||||
|
@ -65,6 +69,7 @@
|
||||||
"nvim::lualine"
|
"nvim::lualine"
|
||||||
"nvim::nvim-highlight"
|
"nvim::nvim-highlight"
|
||||||
"nvim::oil-nvim"
|
"nvim::oil-nvim"
|
||||||
|
"nvim::render-markdown-nvim"
|
||||||
"nvim::sniprun"
|
"nvim::sniprun"
|
||||||
"nvim::telescope"
|
"nvim::telescope"
|
||||||
"nvim::tmux-navigate"
|
"nvim::tmux-navigate"
|
||||||
|
@ -72,8 +77,10 @@
|
||||||
"nvim::trim"
|
"nvim::trim"
|
||||||
"nvim::undotree"
|
"nvim::undotree"
|
||||||
"nvim::which-key"
|
"nvim::which-key"
|
||||||
|
"ollama"
|
||||||
"pipewire"
|
"pipewire"
|
||||||
"podman"
|
"podman"
|
||||||
|
"ssh"
|
||||||
"tmux"
|
"tmux"
|
||||||
"udev"
|
"udev"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue