chore: update flake inputs

This commit is contained in:
oddlama 2023-11-05 14:46:07 +01:00
parent b9ca0de56b
commit ec648e6cc2
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 89 additions and 67 deletions

View file

@ -4,11 +4,11 @@
./gdb.nix
];
persistence."/state".directories = [
".cargo"
];
home = {
persistence."/state".directories = [
".cargo"
];
extraOutputsToInstall = ["man" "doc" "devdoc"];
packages = with pkgs; [
git-lfs

View file

@ -4,14 +4,6 @@
pkgs,
...
}: {
home.pointerCursor = {
gtk.enable = true;
x11.enable = true;
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
size = 24;
};
xresources.properties = {
"Xft.hinting" = true;
"Xft.antialias" = true;
@ -59,5 +51,11 @@
stylix = {
inherit (nixosConfig.stylix) polarity base16Scheme;
targets.gtk.enable = true;
cursor = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
# size = 24;
};
};
}

View file

@ -25,7 +25,7 @@
# init = builtins.readFile ./aaa/init.lua;
#};
home.shellAliases.nixvim = lib.getExe (pkgs.nixvim.makeNixvimWithModule {
home.shellAliases.nixvim = lib.getExe (pkgs.nixvim.makeNixvim {
package = pkgs.neovim-unwrapped.overrideAttrs (_final: prev: {
nativeBuildInputs = (prev.nativeBuildInputs or []) ++ [pkgs.makeWrapper];
postInstall =