feat: add nom
This commit is contained in:
parent
37774188bf
commit
6379872fc5
2 changed files with 4 additions and 7 deletions
|
|
@ -1,22 +1,19 @@
|
|||
{ pkgs, home-manager, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# Discord
|
||||
vesktop
|
||||
# Partition Management
|
||||
gparted
|
||||
# Authentication agent
|
||||
polkit_gnome
|
||||
|
||||
# For Hyprland hotkeys:
|
||||
# control backlight
|
||||
brightnessctl
|
||||
# control media players
|
||||
playerctl
|
||||
# make screenshots
|
||||
hyprshot
|
||||
waybar
|
||||
|
||||
# to better find execs
|
||||
nix-index
|
||||
nix-output-monitor
|
||||
expect # for the unbuffer command
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
programs.zsh.ohMyZsh.theme = "agnoster";
|
||||
|
||||
environment.shellAliases = {
|
||||
os-update = "sudo nixos-rebuild switch --flake '/home/rhea/nix-config'";
|
||||
os-update = "unbuffer sudo nixos-rebuild switch --flake '/home/rhea/nix-config' --log-format internal-json -v |& nom --json";
|
||||
};
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Reference in a new issue