chore: formatting

This commit is contained in:
notohh 2023-02-27 05:12:00 -05:00
parent 6a8f0aa5b8
commit 3e2757796e
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
{pkgs, ...}: {
home.packages = [pkgs.gh];
programs.git = {

View file

@ -17,13 +17,13 @@ imports = [
./waybar
./wayland/hyprland
];
systemd.user.startServices = "sd-switch";
programs.home-manager.enable = true;
home = {
username = "notoh";
homeDirectory = "/home/notoh";
stateVersion = "23.05";
packages = with pkgs; [
firefox
neofetch
@ -31,7 +31,6 @@ imports = [
discord
spotify-player
btop
nvtop
obs-studio
pavucontrol
unzip
@ -62,6 +61,7 @@ imports = [
cava
hollywood
];
stateVersion = "23.05";
};
}