weird toml changes

This commit is contained in:
Rouven Seifert 2023-05-21 01:25:33 +02:00
parent 6da93d0250
commit 2fbee81297
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 21 additions and 19 deletions

View file

@ -23,11 +23,11 @@
]
},
"locked": {
"lastModified": 1684484967,
"narHash": "sha256-P3ftCqeJmDYS9LSr2gGC4XGGcp5vv8TOasJX6fVHWsw=",
"lastModified": 1684596126,
"narHash": "sha256-4RZZmygeEXpuBqEXGs38ZAcWjWKGwu13Iqbxub6wuJk=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "b9a52ad20e58ebd003444915e35e3dd2c18fc715",
"rev": "27ef11f0218d9018ebb2948d40133df2b1de622d",
"type": "github"
},
"original": {
@ -43,11 +43,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1684332077,
"narHash": "sha256-briamwodIZsYolceEjX41mqw/VkKiHuIEprw0u5wioY=",
"lastModified": 1684610121,
"narHash": "sha256-mp1wfJ4VkMgK/yex4jeBhd2yd6CqFXYAIv6e1lnDGjI=",
"owner": "hyprwm",
"repo": "Hyprland",
"rev": "79b8576df9630ea1c0fb1c6e399a424c3dcdcd47",
"rev": "5627b70981730cf1839ae4477f9fd086d4fc7a6c",
"type": "github"
},
"original": {
@ -147,11 +147,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1684528365,
"narHash": "sha256-2b5IfkV6WPZ3S9SgIajbftinfGlBnwUwOcmLiyCck+w=",
"lastModified": 1683014792,
"narHash": "sha256-6Va9iVtmmsw4raBc3QKvQT2KT/NGRWlvUlJj46zN8B8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5ae23a806c7cb16e2ade63400d0c6e5aa8e54797",
"rev": "1a411f23ba299db155a5b45d5e145b85a7aafc42",
"type": "github"
},
"original": {
@ -194,11 +194,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1684528365,
"narHash": "sha256-2b5IfkV6WPZ3S9SgIajbftinfGlBnwUwOcmLiyCck+w=",
"lastModified": 1684570954,
"narHash": "sha256-FX5y4Sm87RWwfu9PI71XFvuRpZLowh00FQpIJ1WfXqE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5ae23a806c7cb16e2ade63400d0c6e5aa8e54797",
"rev": "3005f20ce0aaa58169cdee57c8aa12e5f1b6e1b3",
"type": "github"
},
"original": {

View file

@ -29,13 +29,15 @@
"ui.background" = "{}";
"ui.virtual.inlay-hint" = { fg = "#666666"; };
};
languages = [
{
name = "nix";
auto-format = true;
language-server.command = "rnix-lsp";
}
];
languages = {
language = [
{
name = "nix";
auto-format = true;
language-server.command = "rnix-lsp";
}
];
};
settings = {
theme = "dracula-transparent";
editor = {