some changes
This commit is contained in:
parent
cbdde91404
commit
e389e6ee94
|
@ -1,8 +1,9 @@
|
|||
{ ... }:
|
||||
{ lib, ... }:
|
||||
{
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
# themes = lib.mkForce "gruvbox";
|
||||
settings = {
|
||||
# lsp.display-messages = true;
|
||||
keys.normal = {
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
"float,title:^(Disks)(.*)$"
|
||||
"float,title:^(Calculator)(.*)$"
|
||||
"float,title:^(Bluetooth)(.*)$"
|
||||
"float,title:^(Clocks)(.*)$"
|
||||
];
|
||||
|
||||
gestures = {
|
||||
|
|
|
@ -6,7 +6,7 @@ vm_state=$(virsh --connect qemu:///system domstate "$VM_NAME")
|
|||
|
||||
if [ "$vm_state" != "running" ]; then
|
||||
virsh --connect qemu:///system start "$VM_NAME"
|
||||
sleep 10
|
||||
sleep 15
|
||||
fi
|
||||
|
||||
# Get the IP address of the VM
|
||||
|
|
|
@ -5,23 +5,23 @@
|
|||
enable = true;
|
||||
|
||||
base16Scheme = {
|
||||
base00 = "282828";
|
||||
base01 = "3c3836";
|
||||
base02 = "504945";
|
||||
base03 = "665c54";
|
||||
base04 = "bdae93";
|
||||
base05 = "d5c4a1";
|
||||
base06 = "ebdbb2";
|
||||
base07 = "fbf1c7";
|
||||
base08 = "cc241d";
|
||||
base09 = "fe8019";
|
||||
base0A = "d78821";
|
||||
base0B = "98971a";
|
||||
base0C = "689d6a";
|
||||
base0D = "458588";
|
||||
base0E = "b16286";
|
||||
base0F = "d65d0e";
|
||||
};
|
||||
base00 = "282828"; # ----
|
||||
base01 = "3c3836"; # ---
|
||||
base02 = "504945"; # --
|
||||
base03 = "665c54"; # -
|
||||
base04 = "bdae93"; # +
|
||||
base05 = "d5c4a1"; # ++
|
||||
base06 = "ebdbb2"; # +++
|
||||
base07 = "fbf1c7"; # ++++
|
||||
base08 = "cc241d"; # red
|
||||
base09 = "fe0819"; # orange
|
||||
base0A = "d79921"; # yellow
|
||||
base0B = "98971a"; # green
|
||||
base0C = "689d6a"; # aqua/cyan
|
||||
base0D = "458588"; # blue
|
||||
base0E = "b16286"; # purple
|
||||
base0F = "a89984"; # brown
|
||||
};
|
||||
|
||||
image = ./wallpaper.png;
|
||||
|
||||
|
|
Loading…
Reference in a new issue