home: move flake repo directory
This commit is contained in:
parent
14b75192cc
commit
68f3313abd
2 changed files with 13 additions and 14 deletions
|
@ -1,28 +1,27 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# lsp
|
# lsp
|
||||||
nil
|
|
||||||
alejandra
|
alejandra
|
||||||
statix
|
|
||||||
deadnix
|
deadnix
|
||||||
|
nil
|
||||||
|
statix
|
||||||
|
|
||||||
# nixpkgs PRs
|
# nixpkgs PRs
|
||||||
nixfmt-rfc-style
|
|
||||||
nix-update
|
|
||||||
nix-init
|
nix-init
|
||||||
|
nix-update
|
||||||
|
nixfmt-rfc-style
|
||||||
nixpkgs-review
|
nixpkgs-review
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
nh
|
|
||||||
nix-output-monitor
|
|
||||||
nix-index
|
|
||||||
nix-tree
|
|
||||||
comma
|
|
||||||
sops
|
|
||||||
colmena
|
colmena
|
||||||
|
comma
|
||||||
|
nh
|
||||||
|
nix-index
|
||||||
|
nix-output-monitor
|
||||||
|
nix-tree
|
||||||
|
sops
|
||||||
];
|
];
|
||||||
|
|
||||||
# for `nh`
|
# nh
|
||||||
# yes, i know, weird and long path
|
home.sessionVariables.FLAKE = "/home/guanranwang/Documents/Projects/flake";
|
||||||
home.sessionVariables.FLAKE = "/home/guanranwang/Documents/Projects/git-repos/github.com/Guanran928/flake";
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
||||||
|
|
||||||
gtk3.bookmarks = [
|
gtk3.bookmarks = [
|
||||||
"file://${config.home.homeDirectory}/Documents/Projects/git-repos/github.com/Guanran928/flake"
|
"file://${config.home.homeDirectory}/Documents/Projects/flake"
|
||||||
];
|
];
|
||||||
|
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
|
|
Loading…
Reference in a new issue