Compare commits
2 Commits
2b6fc478ff
...
4c9988a7af
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4c9988a7af | ||
![]() |
24a7fa1313 |
@ -14,7 +14,7 @@ in {
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
fira-code
|
fira-code
|
||||||
fira-code-symbols
|
fira-code-symbols
|
||||||
fira-code-nerdfont
|
nerd-fonts.fira-code
|
||||||
font-manager
|
font-manager
|
||||||
font-awesome_5
|
font-awesome_5
|
||||||
noto-fonts
|
noto-fonts
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
env = [
|
env = [
|
||||||
"XCURSOR_SIZE,32"
|
"XCURSOR_SIZE,32"
|
||||||
"HYPRCURSOR_THEME,rose-pine-hyprcursor"
|
"HYPRCURSOR_THEME,Bibata-Modern-Ice"
|
||||||
"WLR_NO_HARDWARE_CURSORS,1"
|
"WLR_NO_HARDWARE_CURSORS,1"
|
||||||
"GTK_THEME,Dracula"
|
"GTK_THEME,Dracula"
|
||||||
];
|
];
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
# 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
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user