mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 14:06:10 +01:00
dwm apps expansion
This commit is contained in:
@@ -130,7 +130,7 @@ flameshot &
|
|||||||
# status bar
|
# status bar
|
||||||
bash bar.sh & disown
|
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
|
# . /etc/X11/Xsession
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
./rofi.nix
|
./rofi.nix
|
||||||
./flameshot.nix
|
./flameshot.nix
|
||||||
./betterlockscreen.nix
|
./betterlockscreen.nix
|
||||||
|
./easyeffects.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
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/neovim.nix
|
||||||
./features/tmux.nix
|
./features/tmux.nix
|
||||||
./features/neovide.nix
|
./features/neovide.nix
|
||||||
|
./features/emacs.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
layout = "pl";
|
layout = "pl";
|
||||||
xkbVariant = "";
|
xkbVariant = "";
|
||||||
|
dpi = 100;
|
||||||
|
|
||||||
displayManager = {
|
displayManager = {
|
||||||
lightdm = {
|
lightdm = {
|
||||||
|
|||||||
Reference in New Issue
Block a user