fix lsp not working
This commit is contained in:
parent
197fe3b047
commit
3ac9af1546
3 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nixcord.homeManagerModules.nixcord
|
inputs.nixcord.homeModules.nixcord
|
||||||
];
|
];
|
||||||
home.file.".config/Vencord/themes/midnight.theme.css".source = ./theme.css;
|
home.file.".config/Vencord/themes/midnight.theme.css".source = ./theme.css;
|
||||||
programs.nixcord = {
|
programs.nixcord = {
|
||||||
|
|
|
||||||
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -1338,16 +1338,16 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_8": {
|
"nixpkgs_8": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1745478999,
|
"lastModified": 1745998881,
|
||||||
"narHash": "sha256-dI5cOr29yDnkIVdaRYgAvch71fJdUMRSaR2zrYuKnVg=",
|
"narHash": "sha256-vonyYAKJSlsX4n9GCsS0pHxR6yCrfqBIuGvANlkwG6U=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "fac9a8d6b8c8650df5ae70089f93e6f838f22f23",
|
"rev": "423d2df5b04b4ee7688c3d71396e872afa236a89",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"ref": "master",
|
"ref": "nixpkgs-unstable",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
description = "Nixos config flake";
|
description = "Nixos config flake";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/master";
|
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||||
# nixpkgs.url = "/home/noa/programming/nixpkgs";
|
# nixpkgs.url = "/home/noa/Documents/programming/nixpkgs";
|
||||||
|
|
||||||
nix-colors = {
|
nix-colors = {
|
||||||
url = "github:itepastra/nix-colors";
|
url = "github:itepastra/nix-colors";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue