change waybar

This commit is contained in:
2023-08-11 14:45:50 +02:00
parent 82ddd5bebb
commit 68bde47d7e
10 changed files with 378 additions and 203 deletions

3
modules/bluetooth.nix Normal file
View File

@ -0,0 +1,3 @@
{
hardware.bluetooth.enable = true;
}

View File

@ -1,5 +1,6 @@
{
imports = [
./bluetooth.nix
./boot.nix
./fonts.nix
./greetd.nix

View File

@ -14,12 +14,14 @@
# xdg-desktop-portal-gtk
rofi-wayland # launcher
# wl-clipboard # wayland clipboard support
# swaylock-effects # screenlocker
# swayidle # idle daemon (screen time out)
wl-clipboard # wayland clipboard support
swaylock-effects # screenlocker
swayidle # idle daemon (screen time out)
hyprpaper # Wallpaper daemon
];
security.pam.services.swaylock = { };
services.xserver = {
enable = true;
excludePackages = [ pkgs.xterm ];

View File

@ -4,9 +4,12 @@
git
jq
neofetch
networkmanagerapplet
python3
ripgrep # rg in home/hyprland.nix
tree
wget
wlogout
wl-clipboard
];
}