many changes
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
socialDesktopItem = pkgs.makeDesktopItem {
|
||||
name = "social";
|
||||
desktopName = "Librewolf browser with social profile";
|
||||
exec = "librewolf -P social";
|
||||
desktopName = "Firefox browser with social profile";
|
||||
exec = "firefox -P social";
|
||||
};
|
||||
in {
|
||||
environment.systemPackages = [ socialDesktopItem ];
|
||||
|
||||
@@ -23,8 +23,8 @@ in {
|
||||
imports = [
|
||||
./social.nix
|
||||
./signal-work.nix
|
||||
./thunderbird.nix
|
||||
./parsec.nix
|
||||
./thunderbird.nix
|
||||
];
|
||||
|
||||
options.cloonar.sway = {
|
||||
@@ -52,19 +52,20 @@ in {
|
||||
bitwarden
|
||||
bitwarden-cli
|
||||
rofi-rbw-wayland
|
||||
brave
|
||||
cryptomator
|
||||
|
||||
brave
|
||||
chromium
|
||||
firefox
|
||||
vivaldi
|
||||
|
||||
unstable.cura
|
||||
freecad
|
||||
openscad
|
||||
|
||||
|
||||
dbus-sway-environment
|
||||
ddev
|
||||
dracula-theme
|
||||
firefox
|
||||
foot
|
||||
gcc
|
||||
git
|
||||
@@ -72,6 +73,7 @@ in {
|
||||
gimp
|
||||
gnome.seahorse
|
||||
gnome3.adwaita-icon-theme
|
||||
go
|
||||
grim
|
||||
hunspell
|
||||
hunspellDicts.de_DE
|
||||
@@ -94,7 +96,7 @@ in {
|
||||
sway-launcher-desktop
|
||||
swayidle
|
||||
swaylock
|
||||
# thunderbird
|
||||
thunderbird
|
||||
unzip
|
||||
vlc
|
||||
waybar
|
||||
|
||||
@@ -5,13 +5,13 @@ let
|
||||
name = "thunderbird-work";
|
||||
desktopName = "Thunderbird Work";
|
||||
icon = "thunderbird";
|
||||
exec = "thunderbird -P Work";
|
||||
exec = "thunderbird -P work";
|
||||
};
|
||||
thunderbirdCloonarDesktopItem = pkgs.makeDesktopItem {
|
||||
name = "thunderbird-cloonar";
|
||||
desktopName = "Thunderbird Cloonar";
|
||||
icon = "thunderbird";
|
||||
exec = "thunderbird -P Cloonar";
|
||||
exec = "thunderbird -P cloonar";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user