update configs!!!!!
This commit is contained in:
parent
ab286ed4a2
commit
c4ddee1d29
11 changed files with 107 additions and 315 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
# Audio
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
pulse.enable = true;
|
||||
alsa.enable = true;
|
||||
wireplumber.enable = true;
|
||||
};
|
||||
services.playerctld.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue