Compare commits

..

No commits in common. "211f7d40aab2376cd8a1a91b47a5ef9e74718d18" and "b9d005821b2da6bb449028b679f068a4c9cde9bf" have entirely different histories.

5 changed files with 16 additions and 25 deletions

View file

@ -9,10 +9,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
rose-pine.url = "git+https://codewith.babesonthe.net/punkfairie/rose-pine-nix";
# nixgl.url = "github:nix-community/nixGL";
rose-pine.url = "git+https://git.punkfairie.net/punkfairie/rose-pine-nix";
# Rose pine themes that aren't included in the above flake:
# TODO: Integrate these to punkfairie/rose-pine-nix.
rose-pine-amfora = {
url = "github:rose-pine/amfora";
flake = false;
@ -38,9 +39,11 @@
home-manager.lib.homeManagerConfiguration {
inherit pkgs;
extraSpecialArgs = {
inherit inputs;
};
extraSpecialArgs = # with inputs;
{
# inherit nixgl;
inherit inputs;
};
modules = [
inputs.rose-pine.homeManagerModules.rose-pine

View file

@ -9,6 +9,11 @@
targets.genericLinux.enable = true;
# GPU integration.
# nixGL.packages = nixgl.packages;
# nixGL.defaultWrapper = "nvidia";
# nixGL.installScripts = [ "nvidia" ];
home.language.base = "en_US.UTF-8";
# Tell nix what version it is.

View file

@ -12,7 +12,6 @@
./fzf.nix
./gh.nix
./git.nix
./gpg.nix
./hyfetch.nix
./just.nix
./lazygit.nix

View file

@ -1,17 +0,0 @@
{ pkgs, ... }:
{
programs.gpg = {
enable = true;
};
services.gpg-agent = rec {
enable = true;
# TODO: Set this to pinentry-curses on non-GUI systems.
pinentryPackage = pkgs.pinentry-gtk2;
# Don't ask for the password very often.
defaultCacheTtl = 60480000;
maxCacheTtl = defaultCacheTtl;
};
}

View file

@ -3,8 +3,9 @@
programs.wezterm = {
enable = true;
# Non-NixOS Linux systems don't have proper GPU integration, so we
# unfortunately need to use the native package manager version.
# Needs to be wrapped with GPU driver libraries on non-NixOS systems.
# package = (config.lib.nixGL.wrap pkgs.wezterm);
package = pkgs.emptyDirectory;
# TODO: create `local config` & return it seperately, so other modules can