Compare commits
No commits in common. "2542722888ba883ff7ceaf7204176608a71e33e7" and "9592300a09e3761058257bcaa868823c0013f2ff" have entirely different histories.
2542722888
...
9592300a09
4 changed files with 0 additions and 31 deletions
|
|
@ -5,7 +5,6 @@
|
|||
./kate.nix
|
||||
./firefox.nix
|
||||
./skanpage.nix
|
||||
./neochat.nix
|
||||
];
|
||||
|
||||
# Enable the kde partition manager
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.toast = {
|
||||
home.packages = [ pkgs.neochat ];
|
||||
};
|
||||
}
|
||||
|
|
@ -4,7 +4,6 @@
|
|||
imports = [
|
||||
./virtualbox.nix
|
||||
./idea.nix
|
||||
./webstorm.nix
|
||||
./vscode.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -1,22 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
with pkgs;
|
||||
{
|
||||
|
||||
home-manager.users.toast = {
|
||||
home = {
|
||||
packages = [ jetbrains.webstorm ];
|
||||
# Install plugins
|
||||
file = {
|
||||
".local/share/JetBrains/WebStorm2023.2/catppuccin.jar".source = fetchurl {
|
||||
url = "https://github.com/catppuccin/jetbrains/releases/download/v3.2.1/Catppuccin.Theme-3.2.1.jar";
|
||||
hash = "sha256-vE3Tv/dNfWyRuBJXLDPmtY1GnLShqM+dJR5rltXYdOY=";
|
||||
};
|
||||
".local/share/JetBrains/WebStorm2023.2/rainbow-brackets".source = fetchzip {
|
||||
url = "https://github.com/izhangzhihao/intellij-rainbow-brackets/releases/download/2023.3.7/intellij-rainbow-brackets-2023.3.7.zip";
|
||||
hash = "sha256-szgyQs3iCge9rI274PA29i+tprPE11xpyJqiccedp6A=";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue