added emacs config, changed wallpaper locations
This commit is contained in:
parent
addf311852
commit
7481580f14
163 changed files with 84 additions and 4 deletions
|
@ -26,6 +26,7 @@
|
|||
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
# boot.extraModulePackages = [ pkgs.linuxPackages.v4l2loopback ];
|
||||
# services.picom.enable = true;
|
||||
services.emacs.enable = true;
|
||||
modules = {
|
||||
other = {
|
||||
system = {
|
||||
|
@ -53,10 +54,15 @@
|
|||
nh.enable = true;
|
||||
waybar.enable = true;
|
||||
spicetify.enable = true;
|
||||
kakoune.enable = true;
|
||||
schizofox.enable = true;
|
||||
anyrun.enable = true;
|
||||
};
|
||||
editors = {
|
||||
emacs = {
|
||||
enable = true;
|
||||
doom.enable = true;
|
||||
};
|
||||
};
|
||||
services = {
|
||||
pipewire.enable = true;
|
||||
dunst.enable = true;
|
||||
|
|
|
@ -282,7 +282,7 @@ in {
|
|||
# "${waybar}/bin/waybar"
|
||||
|
||||
# run persistent special workspace windows
|
||||
"[workspace special:nixos; silent;tile] ${pkgs.kitty}/bin/kitty -d ~/repos/nichts -e hx"
|
||||
"[workspace special:nixos; silent;tile] ${pkgs.emacs}/bin/emacsclient ~/repos/nichts -c"
|
||||
"[workspace special:keepassxc; silent;tile] ${pkgs.keepassxc}/bin/keepassxc"
|
||||
|
||||
"${swww}/bin/swww-daemon"
|
||||
|
|
|
@ -10,6 +10,7 @@ in {
|
|||
asciinema
|
||||
bibata-cursors
|
||||
blanket
|
||||
cmake
|
||||
difftastic
|
||||
dig
|
||||
easyeffects
|
||||
|
@ -18,6 +19,7 @@ in {
|
|||
evince
|
||||
eza
|
||||
fastfetch
|
||||
fd
|
||||
feh
|
||||
(fenix.complete.withComponents [
|
||||
"cargo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue