Compare commits
2 Commits
10074b37d1
...
a502f58756
| Author | SHA1 | Date | |
|---|---|---|---|
| a502f58756 | |||
| c6c55abde2 |
Generated
+21
-21
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -8,6 +8,11 @@
|
||||
email = "khokharmaaz@gmail.com";
|
||||
name = "Maaz Khokhar";
|
||||
};
|
||||
signing = {
|
||||
behavior = "own";
|
||||
backend = "gpg";
|
||||
key = "A8D1AEA9C92D6867";
|
||||
};
|
||||
ui.color = "always";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user