chore: Update flake inputs
This commit is contained in:
parent
0e0c620c54
commit
1f9d373ddb
7 changed files with 105 additions and 47 deletions
|
|
@ -1,10 +1,15 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
home.shellAliases = {
|
||||
suspend = "systemctl hibernate";
|
||||
nrs = "sudo nixos-rebuild switch --flake .";
|
||||
nrb = "sudo nixos-rebuild build --flake .";
|
||||
nrs = "sudo nixos-rebuild switch --flake ~/src/nixos-config";
|
||||
nrb = "sudo nixos-rebuild build --flake ~/src/nixos-config";
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
|
|
@ -12,7 +17,11 @@
|
|||
autosuggestion.enable = true;
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" "fzf" "fd" "z" ];
|
||||
plugins = [
|
||||
"git"
|
||||
"fzf"
|
||||
"z"
|
||||
];
|
||||
theme = "simple";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue