Compare commits
3 commits
d60b47ba9b
...
a046927e06
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a046927e06 | ||
|
|
9ff1639a5f | ||
|
|
91b69c4263 |
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
rec {
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../snippets/common_home.nix
|
../../snippets/common_home.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -83,6 +83,7 @@
|
||||||
activate-linux
|
activate-linux
|
||||||
remmina
|
remmina
|
||||||
pinta
|
pinta
|
||||||
|
darktable
|
||||||
] ++ # Selection of graphical apps
|
] ++ # Selection of graphical apps
|
||||||
[
|
[
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
|
@ -115,6 +116,7 @@
|
||||||
openmoji-black
|
openmoji-black
|
||||||
openmoji-color
|
openmoji-color
|
||||||
]) ++ # Fonts
|
]) ++ # Fonts
|
||||||
|
[ ] ++ # Temp
|
||||||
[];
|
[];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -25,12 +25,12 @@
|
||||||
commands = "set buffer filetype typst";
|
commands = "set buffer filetype typst";
|
||||||
option = ".*\.typ";
|
option = ".*\.typ";
|
||||||
}
|
}
|
||||||
# {
|
{
|
||||||
# # When the filetype=latex option is set in a buffer context (automatically), add a new hook to build the latex file on write
|
# When the filetype=latex option is set in a buffer context (automatically), add a new hook to build the latex file on write
|
||||||
# name = "BufSetOption";
|
name = "BufSetOption";
|
||||||
# option = "filetype=latex";
|
option = "filetype=latex";
|
||||||
# commands = "hook buffer BufWritePost .* %{ texlab-build }";
|
commands = "hook buffer BufWritePost .* %{ texlab-build }";
|
||||||
# }
|
}
|
||||||
{
|
{
|
||||||
name = "BufSetOption";
|
name = "BufSetOption";
|
||||||
option = "filetype=markdown";
|
option = "filetype=markdown";
|
||||||
|
|
@ -108,8 +108,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [ kakoune-lsp ];
|
home.packages = with pkgs; [ kakoune-lsp ];
|
||||||
xdg.configFile."kak-lsp/kak-lsp.toml".source =
|
# xdg.configFile."kak-lsp/kak-lsp.toml".source =
|
||||||
./kakoune/kak-lsp.toml;
|
# ./kakoune/kak-lsp.toml;
|
||||||
|
|
||||||
xdg.desktopEntries.kakoune = {
|
xdg.desktopEntries.kakoune = {
|
||||||
name = "Kakoune";
|
name = "Kakoune";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue