update configs!!!!!

This commit is contained in:
Benjamin Palko 2024-07-15 20:34:59 -04:00
parent ab286ed4a2
commit c4ddee1d29
11 changed files with 107 additions and 315 deletions

View file

@ -1,10 +1,10 @@
{ ... }:
{
# Audio
services.pipewire = {
enable = true;
pulse.enable = true;
alsa.enable = true;
wireplumber.enable = true;
};
services.playerctld.enable = true;
}

View file

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
programs.hyprland = {
enable = true;
@ -8,5 +8,15 @@
services.hypridle.enable = true;
programs.thunar.enable = true;
environment.systemPackages = with pkgs; [
hyprcursor
waybar
rofi-wayland
swaynotificationcenter
swww
pywal
emote
];
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}

View file

@ -25,27 +25,9 @@ in
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
packages = with pkgs; [
# Development
nodejs
bun
rustc
go
cargo
python3
# Music
playerctl
cava
spotify
# Git
git
gh
# Neovim
neovim
lazygit
ripgrep
xclip
fzf
nixfmt-rfc-style
# Apps
firefox
discord
@ -65,6 +47,9 @@ in
home.username = username;
home.homeDirectory = "/home/${username}";
imports = [
../home-manager/audio.nix
../home-manager/hyprland.nix
../home-manager/nvim.nix
../home-manager/terminal.nix
./home.nix
];
@ -86,17 +71,6 @@ in
killall
brightnessctl
fd
btop
neofetch
# Hyprland
hyprcursor
ags
waybar
swaynotificationcenter
swww
pywal
rofi-wayland
emote
# Screenshots
grim
slurp