Compare commits

..

2 Commits

Author SHA1 Message Date
Maaz Khokhar a502f58756 added herdr, removed quickshell cause i wasen't using the flake 2026-07-04 23:13:59 -05:00
Maaz Khokhar c6c55abde2 Added jujutsu signing stuff, auto sign + the signing key.
finally got to adding an alias for kubectl + one for JJ as well
2026-07-04 22:52:54 -05:00
5 changed files with 34 additions and 28 deletions
Generated
+21 -21
View File
@@ -208,6 +208,26 @@
"type": "github"
}
},
"herdr": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1783211147,
"narHash": "sha256-7A8HDsDayPcW4qGV+Hjv6dqdjmEtXfTY4Lon8CFC4+E=",
"owner": "ogulcancelik",
"repo": "herdr",
"rev": "2bc1724c2dae72184a5d2ec070e30c70dc519f9b",
"type": "github"
},
"original": {
"owner": "ogulcancelik",
"repo": "herdr",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@@ -338,32 +358,12 @@
"type": "indirect"
}
},
"quickshell": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1783212316,
"narHash": "sha256-tknenPoA90o+Z7woiHchSAHiQzI8s0qYWlB87lIVPEc=",
"ref": "refs/heads/master",
"rev": "4f2c62486b0c939f7fc1f7cea68037173813dbfe",
"revCount": 826,
"type": "git",
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
},
"original": {
"type": "git",
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
}
},
"root": {
"inputs": {
"disko": "disko",
"herdr": "herdr",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
"quickshell": "quickshell",
"silicate": "silicate"
}
},
+4 -6
View File
@@ -12,15 +12,13 @@
inputs.nixpkgs.follows = "nixpkgs";
};
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
silicate = {
url = "git+https://github.com/pure-sagacity/silicate";
inputs.nixpkgs.follows = "nixpkgs";
};
silicate = {
url = "git+https://github.com/pure-sagacity/silicate";
herdr = {
url = "github:ogulcancelik/herdr";
inputs.nixpkgs.follows = "nixpkgs";
};
};
+2
View File
@@ -15,6 +15,8 @@ if status is-interactive
alias config="nvim /home/river/nixos-dotfiles/hosts/pc/configuration.nix"
alias v=nvim
alias y=yazi
alias k=kubectl
alias j=jj
end
function fish_greeting
+5
View File
@@ -8,6 +8,11 @@
email = "khokharmaaz@gmail.com";
name = "Maaz Khokhar";
};
signing = {
behavior = "own";
backend = "gpg";
key = "A8D1AEA9C92D6867";
};
ui.color = "always";
};
};
+2 -1
View File
@@ -36,8 +36,9 @@
git-credential-manager
gnupg
yazi
inputs.silicate.packages.${pkgs.system}.default
jujutsu
inputs.silicate.packages.${pkgs.system}.default
inputs.herdr.packages.${pkgs.system}.default
];
nix = {