feat: nb update to 25.11
This commit is contained in:
@@ -26,14 +26,13 @@ in
|
||||
description = "Bitwarden Desktop";
|
||||
after = [ "graphical-session.target" "network-online.target" ];
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
serviceConfig.ExecStart = "${pkgs.bitwarden}/bin/bitwarden";
|
||||
serviceConfig.ExecStart = "${pkgs.bitwarden-desktop}/bin/bitwarden-desktop";
|
||||
serviceConfig.Restart = "on-abort";
|
||||
};
|
||||
|
||||
#### Handy tools #############################################################
|
||||
environment.systemPackages = with pkgs; [
|
||||
goldwarden
|
||||
bitwarden
|
||||
bitwarden-desktop
|
||||
bitwarden-cli
|
||||
fprintd
|
||||
lxqt.lxqt-policykit
|
||||
|
||||
@@ -57,10 +57,10 @@ in {
|
||||
netflix
|
||||
networkmanagerapplet
|
||||
nextcloud-client
|
||||
onlyoffice-bin
|
||||
onlyoffice-desktopeditors
|
||||
obs-studio
|
||||
pavucontrol
|
||||
pinentry
|
||||
pinentry-gnome3
|
||||
rbw
|
||||
rofi-rbw
|
||||
swayimg
|
||||
@@ -103,7 +103,7 @@ in {
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
noto-fonts-color-emoji
|
||||
nerd-fonts._0xproto
|
||||
nerd-fonts.droid-sans-mono
|
||||
open-sans
|
||||
|
||||
Reference in New Issue
Block a user