chore: remove omnisharp since i only need it for one project and it is part of that flake either way

This commit is contained in:
Christoph Hollizeck 2024-10-10 22:30:32 +02:00
parent 58fc5b6b8d
commit 108be9cb10
2 changed files with 21 additions and 3 deletions

View file

@ -622,6 +622,22 @@
"type": "github" "type": "github"
} }
}, },
"kitty-theme": {
"flake": false,
"locked": {
"lastModified": 1724021581,
"narHash": "sha256-f+ghj8qiljbHyIPZb6b2IAxxQU9GvbYpTdEEjSN9g8E=",
"owner": "drduh",
"repo": "config",
"rev": "eedb4ecf4bb2b5fd71bb27768f76da0f2e2605c8",
"type": "github"
},
"original": {
"owner": "drduh",
"repo": "config",
"type": "github"
}
},
"nix-ld": { "nix-ld": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -797,6 +813,7 @@
"hyprland": "hyprland", "hyprland": "hyprland",
"hyprland-plugins": "hyprland-plugins", "hyprland-plugins": "hyprland-plugins",
"kickstartnvim": "kickstartnvim", "kickstartnvim": "kickstartnvim",
"kitty-theme": "kitty-theme",
"nix-ld": "nix-ld", "nix-ld": "nix-ld",
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixos-wsl": "nixos-wsl", "nixos-wsl": "nixos-wsl",

View file

@ -76,6 +76,10 @@ in
keys = { keys = {
normal = { normal = {
esc = [
"collapse_selection"
"keep_primary_selection"
];
space = { space = {
space = "file_picker"; space = "file_picker";
}; };
@ -128,9 +132,6 @@ in
marksman = { marksman = {
command = "${pkgs.marksman}/bin/marksman"; command = "${pkgs.marksman}/bin/marksman";
}; };
omnisharp = {
command = "${pkgs.omnisharp-roslyn}/bin/OmniSharp";
};
}; };
}; };
}; };