saaaaaaawe

This commit is contained in:
zoe 2023-03-24 17:46:51 +01:00
parent 73165f6c2c
commit d004d4b161
5 changed files with 14 additions and 8 deletions

View File

@ -13,6 +13,7 @@
}; };
shellAliases = { shellAliases = {
ls = "lsd"; ls = "lsd";
meow = "supercolor --builtins kitty-face --columns 1; echo meow!!!";
}; };
plugins = [ plugins = [
{ {

View File

@ -3,9 +3,9 @@
nixpkgs.url = "nixpkgs/nixos-22.11"; nixpkgs.url = "nixpkgs/nixos-22.11";
nixpkgs-unstable.url = "nixpkgs/nixos-unstable"; nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
# hyprland.url = "github:hyprwm/Hyprland"; # hyprland.url = "github:hyprwm/Hyprland";
supercolor.url = github:zoe-bat/supercolor; supercolor.url = "github:zoe-bat/supercolor";
kaokao.url = github:zoe-bat/kaokao; kaokao.url = "github:zoe-bat/kaokao";
i3layouts-rofi.url = github:zoe-bat/i3layouts-rofi; i3layouts-rofi.url = "github:zoe-bat/i3layouts-rofi";
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View File

@ -25,7 +25,9 @@
} }
{ {
name = "scss"; name = "scss";
language-server = { command = "css-languageserver"; }; language-server = {
command = "vscode-css-language-server";
};
formatter = { formatter = {
command = "prettier"; command = "prettier";
args = [ "--parser" "scss" ]; args = [ "--parser" "scss" ];
@ -34,8 +36,8 @@
{ {
name = "css"; name = "css";
language-server = { language-server = {
command = "css-languageserver"; command = "vscode-css-language-server";
args = [ "--stdio" ]; args = ["--stdio"];
}; };
formatter = { formatter = {
command = "prettier"; command = "prettier";

View File

@ -1,5 +1,6 @@
* { * {
color: black; color: black;
color: black;
} }
* { * {

View File

@ -74,6 +74,7 @@ in {
# pdf # pdf
evince evince
xournalpp
# games # games
steam steam
@ -127,9 +128,10 @@ in {
nodePackages.prettier nodePackages.prettier
unstable.nodePackages.typescript-language-server unstable.nodePackages.typescript-language-server
nodePackages.live-server nodePackages.live-server
unstable.nodePackages_latest.vscode-html-languageserver-bin nodePackages_latest.vscode-langservers-extracted
unstable.nodePackages_latest.vscode-css-languageserver-bin
## rust ## rust
mold
libclang
rust-analyzer rust-analyzer
rustup rustup
taplo taplo