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, ... }:
|
{ pkgs, home-manager, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Discord
|
|
||||||
vesktop
|
vesktop
|
||||||
# Partition Management
|
|
||||||
gparted
|
gparted
|
||||||
# Authentication agent
|
|
||||||
polkit_gnome
|
polkit_gnome
|
||||||
|
|
||||||
# For Hyprland hotkeys:
|
# For Hyprland hotkeys:
|
||||||
# control backlight
|
|
||||||
brightnessctl
|
brightnessctl
|
||||||
# control media players
|
|
||||||
playerctl
|
playerctl
|
||||||
# make screenshots
|
|
||||||
hyprshot
|
hyprshot
|
||||||
|
waybar
|
||||||
|
|
||||||
# to better find execs
|
# to better find execs
|
||||||
nix-index
|
nix-index
|
||||||
|
nix-output-monitor
|
||||||
|
expect # for the unbuffer command
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
programs.zsh.ohMyZsh.theme = "agnoster";
|
programs.zsh.ohMyZsh.theme = "agnoster";
|
||||||
|
|
||||||
environment.shellAliases = {
|
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; [
|
fonts.packages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue