switched from nixvim to nvf, including porting colour scheme over

This commit is contained in:
Gabriella Bere 2025-01-06 18:26:53 +00:00
parent 82268d652a
commit 38ff4ee9a8
4 changed files with 2367 additions and 306 deletions

View file

@ -4,9 +4,7 @@
lib,
inputs,
...
}:
{
}: {
home.username = "blue";
home.homeDirectory = "/home/blue";
@ -14,12 +12,10 @@
./hyprland.nix
./waybar.nix
./swaync.nix
# ./flatpak.nix
# ./sober.nix
./hyprlock.nix
./zsh.nix
./eza.nix
./nixvim.nix
./nvf.nix
./nextcloud.nix
./git.nix
./stylix.nix
@ -32,14 +28,14 @@
services.gnome-keyring.enable = true; # used for protonmail-bridge and nextcloud-client
# Cursor configuration that I hope to one day understand, currently has a scaling issue but thats probably my fault
# home.pointerCursor =
# let
# home.pointerCursor =
# let
# getFrom = url: hash: name: {
# gtk.enable = true;
# x11.enable = true;
# name = name;
# size = 24;
# package =
# package =
# pkgs.runCommand "moveUp" {} ''
# mkdir -p $out/share/icons
# ln -s ${pkgs.fetchzip {
@ -49,7 +45,7 @@
# '';
# };
# in
# getFrom
# getFrom
# "https://github.com/ful1e5/fuchsia-cursor/releases/download/v2.0.0/Fuchsia-Pop.tar.gz"
# "sha256-BvVE9qupMjw7JRqFUj1J0a4ys6kc9fOLBPx2bGaapTk="
# "Fuchsia-Pop";
@ -122,6 +118,6 @@
# ];
# };
# };
services.blueman-applet.enable = true;
}