dwm apps expansion

This commit is contained in:
2024-04-20 21:33:56 +02:00
parent 8cb819dbe7
commit 8dd96afbc0
6 changed files with 15 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ flameshot &
# status bar
bash bar.sh & disown
# dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
# . /etc/X11/Xsession

View File

@@ -9,6 +9,7 @@
./rofi.nix
./flameshot.nix
./betterlockscreen.nix
./easyeffects.nix
];
home.packages = with pkgs; [

View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
services.easyeffects = {
enable = true;
};
}

View File

@@ -0,0 +1,6 @@
{pkgs, ...}: {
programs.emacs = {
enable = true;
package = pkgs.unstable.emacs;
};
}

View File

@@ -24,6 +24,7 @@
./features/neovim.nix
./features/tmux.nix
./features/neovide.nix
./features/emacs.nix
];
nixpkgs = {

View File

@@ -11,6 +11,7 @@
enable = true;
layout = "pl";
xkbVariant = "";
dpi = 100;
displayManager = {
lightdm = {