mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-17 05:05:06 +01:00
move
This commit is contained in:
parent
6b855c4edb
commit
e0d759c09d
3 changed files with 20 additions and 19 deletions
|
|
@ -1,8 +1,7 @@
|
|||
# This is your home-manager configuration file
|
||||
# Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix)
|
||||
|
||||
{ lib
|
||||
, pkgs
|
||||
{ pkgs
|
||||
, inputs
|
||||
, ...
|
||||
}:
|
||||
|
|
@ -41,21 +40,6 @@ in
|
|||
rustup
|
||||
] ++ import ./common-packages.nix { inherit pkgs inputs; };
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
set fish_greeting # Disable greeting
|
||||
set PAGER # unset PAGER to make jj behave properly
|
||||
'';
|
||||
shellAbbrs = {
|
||||
flamegraph = "perf script | inferno-collapse-perf | inferno-flamegraph > out.svg && firefox out.svg";
|
||||
g = "git";
|
||||
};
|
||||
shellAliases = {
|
||||
x = "CARGO_MOMMYS_ACTUAL=${lib.getExe customPkgs.x} ${lib.getExe' pkgs.cargo-mommy "cargo-mommy"}";
|
||||
};
|
||||
};
|
||||
|
||||
# Nicely reload system units when changing configs
|
||||
systemd.user.startServices = "sd-switch";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue