small tweaks

This commit is contained in:
Matt Nish-Lapidus 2025-02-25 12:40:13 -05:00
parent d90c80b61e
commit 8200fed53f
4 changed files with 107 additions and 101 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
let
emacs_pkg = ((pkgs.emacsPackagesFor pkgs.emacs30-pgtk).emacsWithPackages (
epkgs: [
@ -10,8 +10,6 @@ let
epkgs.cider
epkgs.editorconfig
epkgs.shfmt
# epkgs.nixpkgs-fmt
# epkgs.nixfmt
epkgs.apheleia
epkgs.parinfer-rust-mode
epkgs.manualPackages.tree-sitter-langs
@ -19,6 +17,7 @@ let
epkgs.pretty-sha-path
epkgs.pdf-tools
epkgs.all-the-icons
epkgs.eldoc
]
));
in {

View file

@ -12,9 +12,8 @@ in {
spawn-at-startup = [
{ command = ["clipse" "-listen"]; }
{ command = [ "${nix-config.packages.x86_64-linux.filen-desktop}/bin/filen-desktop" ]; }
# { command = ["waybar"]; }
{ command = [ "systemctl" "--user" "restart" "xwayland-satellite.service" ]; }
{ command = [ "sleep5; ${nix-config.packages.x86_64-linux.filen-desktop}/bin/filen-desktop" ]; }
];
workspaces = {