mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 22:56:10 +01:00
dwm apps expansion
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
./rofi.nix
|
||||
./flameshot.nix
|
||||
./betterlockscreen.nix
|
||||
./easyeffects.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
5
home-manager/features/desktop/dwm/easyeffects.nix
Normal file
5
home-manager/features/desktop/dwm/easyeffects.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
services.easyeffects = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
6
home-manager/features/emacs.nix
Normal file
6
home-manager/features/emacs.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.emacs;
|
||||
};
|
||||
}
|
||||
@@ -24,6 +24,7 @@
|
||||
./features/neovim.nix
|
||||
./features/tmux.nix
|
||||
./features/neovide.nix
|
||||
./features/emacs.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
enable = true;
|
||||
layout = "pl";
|
||||
xkbVariant = "";
|
||||
dpi = 100;
|
||||
|
||||
displayManager = {
|
||||
lightdm = {
|
||||
|
||||
Reference in New Issue
Block a user