some refactoring
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
torch
|
||||
srt
|
||||
]))
|
||||
pyrefly
|
||||
nixd
|
||||
alejandra
|
||||
tailwindcss
|
||||
|
@ -43,7 +43,7 @@ in {
|
||||
};
|
||||
};
|
||||
Python = {
|
||||
language_servers = ["pyright"];
|
||||
language_servers = ["pyrefly"];
|
||||
formatter = {
|
||||
external = {
|
||||
command = "black";
|
||||
@ -52,6 +52,16 @@ in {
|
||||
};
|
||||
};
|
||||
};
|
||||
lsp = {
|
||||
"pyrefly" = {
|
||||
command = {
|
||||
path = "pyrefly";
|
||||
args = ["--lsp"];
|
||||
env = {};
|
||||
};
|
||||
settings = {};
|
||||
};
|
||||
};
|
||||
context_servers = {
|
||||
"some-context-server" = {
|
||||
command = {
|
||||
|
@ -9,8 +9,7 @@
|
||||
./office.nix
|
||||
./rofi.nix
|
||||
./theme.nix
|
||||
./wayland.nix
|
||||
./wofi.nix
|
||||
./waybar.nix
|
||||
];
|
||||
|
||||
xdg = {
|
||||
@ -72,8 +71,9 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
appimage-run
|
||||
# anytype
|
||||
anytype
|
||||
# blueberry
|
||||
bemoji
|
||||
brave
|
||||
# brightnessctl
|
||||
# clipman
|
||||
@ -81,7 +81,6 @@
|
||||
# eww
|
||||
# firefox-devedition
|
||||
file-roller
|
||||
google-chrome
|
||||
hyprpanel
|
||||
seahorse
|
||||
sushi
|
||||
|
@ -15,7 +15,7 @@ in {
|
||||
gamescope
|
||||
goverlay
|
||||
mangohud
|
||||
protonup-ng
|
||||
protonplus
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@ -1,6 +0,0 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
wofi
|
||||
bemoji
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user