Compare commits

..

No commits in common. "f263c95f039cd2425c2938db351c31ad64022243" and "3ef41dd40078ba25a60d84a7e74f0b5c465f4fea" have entirely different histories.

4 changed files with 22 additions and 4 deletions

View file

@ -29,6 +29,7 @@
unfocused-split-opacity = 1.0;
shell-integration = "fish";
initial-command = "nvim-remote";
window-decoration = true;
gtk-single-instance = true;
@ -128,7 +129,7 @@
"TerminalEmulator"
];
exec = ''
ghostty --class=com.mitchellh.ghostty-devel --command="ssh -t devel" --initial-command="ssh -t devel"
ghostty --class=com.mitchellh.ghostty-devel --command="ssh -t devel" --initial-command="ssh -t devel nvim-remote"
'';
genericName = "Ghostty (devel)";
icon = "com.mitchellh.ghostty";

View file

@ -13,6 +13,7 @@ with lib.hm.gvariant;
gnomeExtensions.desktop-clock
gnomeExtensions.emoji-copy
gnomeExtensions.just-perfection
gnomeExtensions.vitals
];
dconf.settings = {
@ -167,6 +168,7 @@ with lib.hm.gvariant;
enabled-extensions = [
"emoji-copy@felipeftn"
"just-perfection-desktop@just-perfection"
"Vitals@CoreCoding.com"
];
};
@ -185,6 +187,10 @@ with lib.hm.gvariant;
top-panel-position = 0;
};
"org/gnome/shell/extensions/vitals" = {
update-time = 15;
};
"org/gnome/tweaks" = {
show-extensions-notice = false;
};

View file

@ -1,7 +1,6 @@
require 'blink-cmp'.setup({
keymap = {
preset = 'enter',
-- preset = 'super-tab',
["<PageDown>"] = { "scroll_documentation_down" },
["<PageUp>"] = { "scroll_documentation_up" },
},
@ -19,11 +18,11 @@ require 'blink-cmp'.setup({
ghost_text = { enabled = true },
list = {
selection = { preselect = false, auto_insert = false },
selection = "manual",
},
menu = {
auto_show = false,
auto_show = true,
},
},
@ -33,6 +32,10 @@ require 'blink-cmp'.setup({
},
},
keymap = {
preset = 'super-tab',
},
signature = {
enabled = true,
window = { border = 'rounded', },

View file

@ -158,6 +158,12 @@
};
};
services.sunshine = {
enable = true;
openFirewall = true;
settings = { };
};
patagia = {
desktop.enable = true;
plymouth.enable = true;
@ -177,6 +183,8 @@
OTEL_EXPORTER_OTLP_ENDPOINT = "https://otel.aarn.patagia.net";
};
programs.coolercontrol.enable = true;
users.users.dln = {
isNormalUser = true;
description = "Daniel Lundin";