Skip to content

Commit

Permalink
Merge pull request #2 from wiki-nixos/fix-link-branch
Browse files Browse the repository at this point in the history
Update NixOS Wiki link
  • Loading branch information
KiaraGrouwstra authored Jul 11, 2024
2 parents cfa11dd + 10c2034 commit fca54a6
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@ Application keybinds, tweaked to layout by setting `config.keyboard.active`:
| [system configuration](https://search.nixos.org/options) | [`./hosts/`](https://codeberg.org/kiara/cfg/src/branch/main/hosts/) |
| [home-manager configuration](https://nix-community.github.io/home-manager/options.xhtml) | [`./home-manager/`](https://codeberg.org/kiara/cfg/src/branch/main/home-manager/) |
| binaries and command wrappers | [`./home-manager/kiara/commands.nix`](https://codeberg.org/kiara/cfg/src/branch/main/home-manager/commands.nix) |
| reusable [modules](https://nixos.wiki/wiki/Module) | [`./modules/`](https://codeberg.org/kiara/cfg/src/branch/main/modules) |
| reusable [modules](https://wiki.nixos.org/wiki/Module) | [`./modules/`](https://codeberg.org/kiara/cfg/src/branch/main/modules) |
| custom [functions](https://noogle.dev/) | [`./lib/`](https://codeberg.org/kiara/cfg/src/branch/main/lib) |
| [custom packages](https://blog.ielliott.io/nix-docs/mkDerivation.html) | [`./pkgs/*.nix`](https://codeberg.org/kiara/cfg/src/branch/main/pkgs) (from flake inputs: [`./pkgs/default.nix`](https://codeberg.org/kiara/cfg/src/branch/main/pkgs/default.nix)) |
| [overlays](https://nixos.wiki/wiki/Overlays) | [`./overlays/*.nix`](https://codeberg.org/kiara/cfg/src/branch/main/overlays) (from flake inputs: [`./flake.nix`](https://codeberg.org/kiara/cfg/src/branch/main/flake.nix)) |
| [overlays](https://wiki.nixos.org/wiki/Overlays) | [`./overlays/*.nix`](https://codeberg.org/kiara/cfg/src/branch/main/overlays) (from flake inputs: [`./flake.nix`](https://codeberg.org/kiara/cfg/src/branch/main/flake.nix)) |
| [LSP](https://langserver.org/) (vscodium / [coc.nvim](https://github.com/neoclide/coc.nvim)) | [`./home-manager/kiara/features/development/`](https://codeberg.org/kiara/cfg/src/branch/main/home-manager/kiara/features/development/) |
| shell scripts | [`./home-manager/kiara/scripts/*.sh`](https://codeberg.org/kiara/cfg/src/branch/main/home-manager/kiara/scripts/) |
| [dotfiles](https://www.freecodecamp.org/news/dotfiles-what-is-a-dot-file-and-how-to-create-it-in-mac-and-linux/) | [`./home-manager/kiara/dotfiles/`](https://codeberg.org/kiara/cfg/src/branch/main/home-manager/kiara/dotfiles/) + [`./home-manager/kiara/dotfiles.nix`](https://codeberg.org/kiara/cfg/src/branch/main/home-manager/kiara/dotfiles.nix) |
Expand Down
2 changes: 1 addition & 1 deletion home-manager/kiara/chromebook.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://nixos.wiki/wiki/Installing_Nix_on_Crostini
# https://wiki.nixos.org/wiki/Installing_Nix_on_Crostini
{pkgs, ...}: {
# register desktop applications
xdg.configFile."systemd/user/cros-garcon.service.d/override.conf".text = ''
Expand Down
2 changes: 1 addition & 1 deletion home-manager/kiara/commands.nix
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ let
lib.dryCommands binaries
//
# misc: either using args, or key != package name.
# in case of args, consider a [wrapping overlay/script](https://nixos.wiki/wiki/Wrappers_vs._Dotfiles).
# in case of args, consider a [wrapping overlay/script](https://wiki.nixos.org/wiki/Wrappers_vs._Dotfiles).
{
rofi = "${config.programs.rofi.package}/bin/rofi -i";
rofi-systemd = "${rofi-systemd}/bin/.rofi-systemd-wrapped";
Expand Down
4 changes: 2 additions & 2 deletions home-manager/kiara/firefox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# # definedAliases = [ "@nms" ];
# # };
# # "NixOS-Wiki Search" = {
# # urls = [{ template = "https://nixos.wiki/index.php?search={searchTerms}&go=Go"; }];
# # urls = [{ template = "https://wiki.nixos.org/index.php?search={searchTerms}&go=Go"; }];
# # iconUpdateURL = "https://nixos.org/favicon.png";
# # definedAliases = [ "@nws" ];
# # };
Expand Down Expand Up @@ -120,7 +120,7 @@
# {
# name = "wiki";
# tags = [ "wiki" "nix" ];
# url = "https://nixos.wiki/";
# url = "https://wiki.nixos.org/";
# }
# ];
# }
Expand Down
2 changes: 1 addition & 1 deletion home-manager/kiara/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# You can update Home Manager without changing this value. See
# the Home Manager release notes for a list of state version
# changes in each release.
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
# https://wiki.nixos.org/wiki/FAQ/When_do_I_update_stateVersion
home.stateVersion = "22.11";

# Let Home Manager install and manage itself.
Expand Down
2 changes: 1 addition & 1 deletion modules/home-manager/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Add your reusable home-manager modules to this directory, on their own file (https://nixos.wiki/wiki/Module).
# Add your reusable home-manager modules to this directory, on their own file (https://wiki.nixos.org/wiki/Module).
# These should be stuff you would like to share with others, not your personal configurations.
{...}: {
# List your module files here
Expand Down
2 changes: 1 addition & 1 deletion modules/nixos/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Add your reusable NixOS modules to this directory, on their own file (https://nixos.wiki/wiki/Module).
# Add your reusable NixOS modules to this directory, on their own file (https://wiki.nixos.org/wiki/Module).
# These should be stuff you would like to share with others, not your personal configurations.
{
# List your module files here
Expand Down
2 changes: 1 addition & 1 deletion overlays/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Packages you want to overlay.
# You can change versions, add patches, set compilation flags, anything really.
# https://nixos.wiki/wiki/Overlays
# https://wiki.nixos.org/wiki/Overlays
{
lib,
pkgs,
Expand Down

0 comments on commit fca54a6

Please sign in to comment.