Compare commits
No commits in common. "9f9ebb49c9cb8ed583525f752c3e439736b6c671" and "496ad4dfc13c7ca6aa9dc9d386e7bd98941777cf" have entirely different histories.
9f9ebb49c9
...
496ad4dfc1
3 changed files with 10 additions and 33 deletions
BIN
.github/assets/evangelion_unit-01.png
vendored
BIN
.github/assets/evangelion_unit-01.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 5 MiB |
|
@ -119,7 +119,6 @@
|
|||
ledger-live-desktop
|
||||
nodejs_22
|
||||
pnpm
|
||||
komikku
|
||||
];
|
||||
|
||||
# Custom services
|
||||
|
|
|
@ -17,10 +17,9 @@
|
|||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = with pkgs; [
|
||||
gnupg
|
||||
pinentry-curses
|
||||
hyprpaper
|
||||
home.packages = [
|
||||
pkgs.gnupg
|
||||
pkgs.pinentry-curses
|
||||
];
|
||||
|
||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||
|
@ -59,33 +58,12 @@
|
|||
};
|
||||
|
||||
# Enable fish
|
||||
fish = {
|
||||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
fastfetch
|
||||
'';
|
||||
fish.enable = true;
|
||||
};
|
||||
|
||||
# Hyprland stuff
|
||||
wofi.enable = true;
|
||||
waybar.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
# GPG setup
|
||||
gpg-agent = {
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentry.package = pkgs.pinentry-curses;
|
||||
};
|
||||
|
||||
# Hyprland stuff
|
||||
hyprpaper = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preload = [ "~/nixos/.github/assets/evangelion_unit-01.png" ];
|
||||
wallpaper = [ ",~/nixos/.github/assets/evangelion_unit-01.png" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue