lots of updates
This commit is contained in:
parent
11c3a4b076
commit
c7be0ba0dd
6 changed files with 131 additions and 245 deletions
|
@ -161,7 +161,6 @@
|
|||
bitwarden-desktop
|
||||
tailscale
|
||||
font-manager
|
||||
ulauncher
|
||||
vice
|
||||
|
||||
gpu-viewer
|
||||
|
@ -517,23 +516,9 @@
|
|||
|
||||
systemd.user.enable = true;
|
||||
systemd.user.sessionVariables = {
|
||||
GSK_RENDERER = "ngl";
|
||||
GSK_RENDERER = "gl";
|
||||
MOZ_ENABLE_WAYLAND = 1;
|
||||
};
|
||||
systemd.user.services.ulauncher = {
|
||||
Unit = {
|
||||
Description = "Start Ulauncher";
|
||||
PartOf=["grapical-session.target"];
|
||||
};
|
||||
|
||||
Install = {
|
||||
after = [ "graphical-session.target" ];
|
||||
};
|
||||
|
||||
Service = {
|
||||
ExecStart = ''${pkgs.ulauncher}/bin/ulauncher --hide-window'';
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".npmrc".source = ../dotfiles/dot_npmrc;
|
||||
# xdg.configFile."kmonad".source = ../dotfiles/dot_config/kmonad;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue