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; [
fira-code
fira-code-symbols
nerd-fonts.fira-code
fira-code-nerdfont
font-manager
font-awesome_5
noto-fonts

View File

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

View File

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

View File

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