Compare commits
3 commits
f0ca7db196
...
db434c2114
Author | SHA1 | Date | |
---|---|---|---|
db434c2114 | |||
b53b0e8009 | |||
3f5e80cdc0 |
4 changed files with 51 additions and 33 deletions
18
flake.lock
18
flake.lock
|
@ -245,11 +245,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1699025595,
|
"lastModified": 1700261686,
|
||||||
"narHash": "sha256-e+o4PoSu2Z6Ww8y/AVUmMU200rNZoRK+p2opQ7Db8Rg=",
|
"narHash": "sha256-kplQg6hKFNuWKrOyGp9D//G/WH1nHGJ43r2m7fagTYY=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "8765d4e38aa0be53cdeee26f7386173e6c65618d",
|
"rev": "ecd0a800f716b80a6eac58a7ac34d6d33e6fa5ee",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -418,11 +418,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-stable": {
|
"nixpkgs-stable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1699169573,
|
"lastModified": 1700097215,
|
||||||
"narHash": "sha256-cvUb1xZkvOp3W2SzylStrTirhVd9zCeo5utJl9nSIhw=",
|
"narHash": "sha256-ODQ3gBTv1iHd7lG21H+ErVISB5wVeOhd/dEogOqHs/I=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "aeefe2054617cae501809b82b44a8e8f7be7cc4b",
|
"rev": "9fb122519e9cd465d532f736a98c1e1eb541ef6f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -569,11 +569,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_9": {
|
"nixpkgs_9": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1699099776,
|
"lastModified": 1700204040,
|
||||||
"narHash": "sha256-X09iKJ27mGsGambGfkKzqvw5esP1L/Rf8H3u3fCqIiU=",
|
"narHash": "sha256-xSVcS5HBYnD3LTer7Y2K8ZQCDCXMa3QUD1MzRjHzuhI=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "85f1ba3e51676fa8cc604a3d863d729026a6b8eb",
|
"rev": "c757e9bd77b16ca2e03c89bf8bc9ecb28e0c06ad",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -93,10 +93,10 @@
|
||||||
label-disconnected-foreground = "#d65d0e";
|
label-disconnected-foreground = "#d65d0e";
|
||||||
ramp.signal = [
|
ramp.signal = [
|
||||||
"%{F#cc241d}"
|
"%{F#cc241d}"
|
||||||
"%{F#d65d0e}"
|
"%{F#d79921}"
|
||||||
"%{F#d65d0e}"
|
"%{F#98971a}"
|
||||||
"%{F#d65d0e}"
|
"%{F#98971a}"
|
||||||
"%{F#bdae93}"
|
"%{F#98971a}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -116,21 +116,21 @@
|
||||||
format-charging = "<ramp-capacity> <label-charging>";
|
format-charging = "<ramp-capacity> <label-charging>";
|
||||||
label-discharging = "%{F#ebdbb2}%percentage%%%{F#bdae93} %time%";
|
label-discharging = "%{F#ebdbb2}%percentage%%%{F#bdae93} %time%";
|
||||||
format-discharging = "<ramp-capacity> <label-discharging>";
|
format-discharging = "<ramp-capacity> <label-discharging>";
|
||||||
label-full = "%{F#d65d0e}%{F#ebdbb2} %percentage%%";
|
label-full = "%{F#98971a}%{F#ebdbb2} %percentage%%";
|
||||||
format-full = "<label-full>";
|
format-full = "<label-full>";
|
||||||
label-low = "%{F#d65d0e}%{F#ebdbb2} %percentage%%";
|
label-low = "%{F#cc241d}%{F#ebdbb2} %percentage%%";
|
||||||
format-low = "<label-low>";
|
format-low = "<label-low>";
|
||||||
ramp.capacity = [
|
ramp.capacity = [
|
||||||
"%{F#cc241d}"
|
"%{F#cc241d}"
|
||||||
"%{F#cc241d}"
|
"%{F#d79921}"
|
||||||
"%{F#d65d0e}"
|
"%{F#98971a}"
|
||||||
"%{F#d65d0e}"
|
"%{F#98971a}"
|
||||||
"%{F#d65d0e}"
|
"%{F#98971a}"
|
||||||
"%{F#d65d0e}"
|
"%{F#98971a}"
|
||||||
"%{F#d65d0e}"
|
"%{F#98971a}"
|
||||||
"%{F#d65d0e}"
|
"%{F#98971a}"
|
||||||
"%{F#bdae93}"
|
"%{F#98971a}"
|
||||||
"%{F#bdae93}"
|
"%{F#98971a}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -25,14 +25,35 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
languages = {
|
languages = {
|
||||||
"php" = {
|
language-server."nu-builtin-lsp" = {
|
||||||
name = "php";
|
command = "${config.users.defaultUserShell}/bin/nu";
|
||||||
file-types = [ "php" ];
|
args = [ "--lsp" ];
|
||||||
language-server = {
|
};
|
||||||
command = "psalm";
|
language-server."rust-analyzer" = {
|
||||||
args = ["--language-server"];
|
config = {
|
||||||
|
check.command = "clippy";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# "php" = {
|
||||||
|
# name = "php";
|
||||||
|
# file-types = [ "php" ];
|
||||||
|
# language-server = {
|
||||||
|
# command = "psalm";
|
||||||
|
# args = ["--language-server"];
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
# "nu" = {
|
||||||
|
# name = "nu";
|
||||||
|
# file-types = [ "nu" ];
|
||||||
|
# language-servers = [{
|
||||||
|
# }];
|
||||||
|
# };
|
||||||
|
language = [
|
||||||
|
{
|
||||||
|
name = "nu";
|
||||||
|
language-servers = [ "nu-builtin-lsp" ];
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -150,9 +150,6 @@ $env.config = {
|
||||||
always_trash: true # always act as if -t was given. Can be overridden with -p
|
always_trash: true # always act as if -t was given. Can be overridden with -p
|
||||||
}
|
}
|
||||||
|
|
||||||
cd: {
|
|
||||||
}
|
|
||||||
|
|
||||||
table: {
|
table: {
|
||||||
mode: reinforced # basic, compact, compact_double, light, thin, with_love, rounded, reinforced, heavy, none, other
|
mode: reinforced # basic, compact, compact_double, light, thin, with_love, rounded, reinforced, heavy, none, other
|
||||||
index_mode: always # "always" show indexes, "never" show indexes, "auto" = show indexes when a table has "index" column
|
index_mode: always # "always" show indexes, "never" show indexes, "auto" = show indexes when a table has "index" column
|
||||||
|
|
Loading…
Reference in a new issue