mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "55abee0819636e0706391a39abe399a63f36cf97" and "6e42c6d1641e9999be349133392766b8339aad4c" have entirely different histories.
55abee0819
...
6e42c6d164
2 changed files with 3 additions and 26 deletions
|
@ -1,8 +1,6 @@
|
||||||
{ pkgs, lib, dotfiles, ... }:
|
{ pkgs, lib, dotfiles, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
textEditor = "nvim";
|
|
||||||
|
|
||||||
packageSets = with pkgs; rec {
|
packageSets = with pkgs; rec {
|
||||||
system = [
|
system = [
|
||||||
gnutls
|
gnutls
|
||||||
|
@ -132,9 +130,6 @@ in
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
packages = packageSets.everything;
|
packages = packageSets.everything;
|
||||||
sessionVariables = {
|
|
||||||
EDITOR = textEditor;
|
|
||||||
};
|
|
||||||
|
|
||||||
file.".npmrc".text = ''
|
file.".npmrc".text = ''
|
||||||
prefix = ''${HOME}/.npm-packages
|
prefix = ''${HOME}/.npm-packages
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, dotfiles, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.git = {
|
programs.git = {
|
||||||
|
@ -7,31 +7,13 @@
|
||||||
|
|
||||||
userName = "Alyxia Sother";
|
userName = "Alyxia Sother";
|
||||||
userEmail = "alyxia@riseup.net";
|
userEmail = "alyxia@riseup.net";
|
||||||
|
|
||||||
signing = {
|
signing = {
|
||||||
key = "01E16C4E775A37E4";
|
key = "01E16C4E775A37E4";
|
||||||
signByDefault = true;
|
signByDefault = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
delta = {
|
delta.enable = true;
|
||||||
enable = true;
|
|
||||||
options = {
|
|
||||||
line-numbers = true;
|
|
||||||
features = "decorations";
|
|
||||||
syntax-theme = "ansi";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
extraConfig = {
|
|
||||||
init.defaultBranch = "master";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.gh = {
|
|
||||||
enable = true;
|
|
||||||
# Why the *fuck* are these packages as opposed to GitHub links???
|
|
||||||
extensions = with pkgs; [
|
|
||||||
gh-actions-cache
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.gitui.enable = true;
|
programs.gitui.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue