Compare commits

...

2 Commits

Author SHA1 Message Date
m3tam3re
4c9988a7af + libgtop 2024-12-10 09:50:56 +01:00
m3tam3re
24a7fa1313 -Hyprpanel overlay 2024-12-06 11:48:19 +01:00
4 changed files with 12 additions and 11 deletions

View File

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

View File

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

View File

@ -25,6 +25,7 @@
# 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;
};