[home] minor update
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.username = "origami";
|
home.username = "origami";
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
home.packages = with pkgs;[
|
home.packages = with pkgs;[
|
||||||
# Shell & Editor
|
# Shell & Editor
|
||||||
fish
|
fish
|
||||||
|
|
||||||
# Archives
|
# Archives
|
||||||
atool # all-in-one tar
|
atool # all-in-one tar
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
"cloc" = "scc";
|
"cloc" = "scc";
|
||||||
"cat" = "bat";
|
"cat" = "bat";
|
||||||
"x" = "atool -x";
|
"x" = "atool -x";
|
||||||
"flake-update" = "nixos-rebuild switch --use-remote-sudo --flake /home/origami/flakes#um790-nix";
|
"flake-update" = "nixos-rebuild switch --use-remote-sudo --flake ${config.home.homeDirectory}/flakes#um790-nix";
|
||||||
"cl" = "clear";
|
"cl" = "clear";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user