Compare commits

..

No commits in common. "4c9988a7afe7eeae44f62d08754c6a84ac71e054" and "2b6fc478ff56ebf4b88cbb5b5931a0191a2a1a54" have entirely different histories.

4 changed files with 11 additions and 12 deletions

View File

@ -14,7 +14,7 @@ in {
home.packages = with pkgs; [ home.packages = with pkgs; [
fira-code fira-code
fira-code-symbols fira-code-symbols
nerd-fonts.fira-code fira-code-nerdfont
font-manager font-manager
font-awesome_5 font-awesome_5
noto-fonts noto-fonts

View File

@ -14,7 +14,7 @@
env = [ env = [
"XCURSOR_SIZE,32" "XCURSOR_SIZE,32"
"HYPRCURSOR_THEME,Bibata-Modern-Ice" "HYPRCURSOR_THEME,rose-pine-hyprcursor"
"WLR_NO_HARDWARE_CURSORS,1" "WLR_NO_HARDWARE_CURSORS,1"
"GTK_THEME,Dracula" "GTK_THEME,Dracula"
]; ];

View File

@ -25,7 +25,6 @@
# environment. # environment.
home.packages = with pkgs; [ home.packages = with pkgs; [
aider-chat-env aider-chat-env
libgtop
# # Adds the 'hello' command to your environment. It prints a friendly # # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run. # # "Hello, world!" when run.
# pkgs.hello # pkgs.hello

View File

@ -9,15 +9,15 @@
# https://nixos.wiki/wiki/Overlays # https://nixos.wiki/wiki/Overlays
modifications = final: prev: { modifications = final: prev: {
n8n = import ./mods/n8n.nix {inherit prev;}; n8n = import ./mods/n8n.nix {inherit prev;};
# hyprpanel = inputs.hyprpanel.packages.${prev.system}.default.overrideAttrs (prev: { hyprpanel = inputs.hyprpanel.packages.${prev.system}.default.overrideAttrs (prev: {
# version = "latest"; # or whatever version you want version = "latest"; # or whatever version you want
# src = final.fetchFromGitHub { src = final.fetchFromGitHub {
# owner = "Jas-SinghFSU"; owner = "Jas-SinghFSU";
# repo = "HyprPanel"; repo = "HyprPanel";
# rev = "master"; # or a specific commit hash rev = "master"; # or a specific commit hash
# hash = "sha256-l623fIVhVCU/ylbBmohAtQNbK0YrWlEny0sC/vBJ+dU="; hash = "sha256-l623fIVhVCU/ylbBmohAtQNbK0YrWlEny0sC/vBJ+dU=";
# }; };
# }); });
#ffmpeg = inputs.nixpkgs-stable.legacyPackages.${prev.system}.ffmpeg; #ffmpeg = inputs.nixpkgs-stable.legacyPackages.${prev.system}.ffmpeg;
}; };