trying out gnome
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
./nvidia.nix
|
||||
./secure-dns.nix
|
||||
./virtualization.nix
|
||||
# ./desktops/gnome.nix
|
||||
./desktops/kde.nix
|
||||
./desktops/gnome.nix
|
||||
# ./desktops/kde.nix
|
||||
];
|
||||
|
||||
boot = {
|
||||
|
||||
@@ -1,14 +1,27 @@
|
||||
{ pkgs, ... }: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.file.".config/helix/themes/hel.toml".source = ./sources/helix/hel.toml;
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme = "adwaita-dark";
|
||||
editor.cursor-shape.insert = "bar";
|
||||
editor.line-number = "relative";
|
||||
editor.idle-timeout = 0;
|
||||
keys.normal."X" = [ "extend_line_up" "extend_to_line_bounds" ];
|
||||
keys.select."X" = [ "extend_line_up" "extend_to_line_bounds" ];
|
||||
keys.normal."C-g" = [ ":new" ":insert-output ${pkgs.lazygit}/bin/lazygit" ":buffer-close!" ":redraw" ];
|
||||
keys.normal."X" = [
|
||||
"extend_line_up"
|
||||
"extend_to_line_bounds"
|
||||
];
|
||||
keys.select."X" = [
|
||||
"extend_line_up"
|
||||
"extend_to_line_bounds"
|
||||
];
|
||||
keys.normal."C-g" = [
|
||||
":new"
|
||||
":insert-output ${pkgs.lazygit}/bin/lazygit"
|
||||
":buffer-close!"
|
||||
":redraw"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -62,6 +62,6 @@
|
||||
# form over function (pretty tools)
|
||||
nitch
|
||||
|
||||
wezterm
|
||||
# wezterm
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user