mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-05-02 00:36:31 +05:30
feat: update flake
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
polkit_gnome
|
||||
xdotool
|
||||
xclip
|
||||
xorg.xbacklight
|
||||
xbacklight
|
||||
gpick
|
||||
alsa-utils
|
||||
pavucontrol
|
||||
|
||||
@@ -1,4 +1,23 @@
|
||||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
services = {
|
||||
displayManager = {
|
||||
defaultSession = "none+awesome";
|
||||
ly = {
|
||||
enable = true;
|
||||
settings = {
|
||||
session_log = "null";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
acpid.enable = true;
|
||||
picom.enable = true;
|
||||
upower.enable = true;
|
||||
blueman.enable = true;
|
||||
};
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
xdg.mime = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
@@ -10,4 +29,27 @@
|
||||
"x-scheme-handler/unknown" = ["brave-browser.desktop"];
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
acpi
|
||||
linuxKernel.packages.linux_zen.acpi_call
|
||||
inotify-tools
|
||||
polkit_gnome
|
||||
xdotool
|
||||
xclip
|
||||
xbacklight
|
||||
gpick
|
||||
alsa-utils
|
||||
pavucontrol
|
||||
brightnessctl
|
||||
libnotify
|
||||
feh
|
||||
maim
|
||||
mpdris2
|
||||
xdg-utils
|
||||
playerctl
|
||||
pulsemixer
|
||||
easyeffects
|
||||
procps
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user