small tweaks
This commit is contained in:
parent
d90c80b61e
commit
8200fed53f
4 changed files with 107 additions and 101 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue