change waybar
This commit is contained in:
3
modules/bluetooth.nix
Normal file
3
modules/bluetooth.nix
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
hardware.bluetooth.enable = true;
|
||||
}
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./bluetooth.nix
|
||||
./boot.nix
|
||||
./fonts.nix
|
||||
./greetd.nix
|
||||
|
@ -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 ];
|
||||
|
@ -4,9 +4,12 @@
|
||||
git
|
||||
jq
|
||||
neofetch
|
||||
networkmanagerapplet
|
||||
python3
|
||||
ripgrep # rg in home/hyprland.nix
|
||||
tree
|
||||
wget
|
||||
wlogout
|
||||
wl-clipboard
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user