[discord] Fix some ozone/wayland stuff
This commit is contained in:
@@ -44,6 +44,9 @@
|
||||
# For window theming
|
||||
"QT_QPA_PLATFORMTHEME,qt6ct # for Qt apps"
|
||||
"GTK_THEME,Adwaita-dark"
|
||||
|
||||
# Tell electron apps they should use OZone for Wayland
|
||||
"ELECTRON_OZONE_PLATFORM_HINT,auto"
|
||||
];
|
||||
|
||||
general = {
|
||||
|
||||
@@ -6,10 +6,16 @@
|
||||
./nix.nix
|
||||
./rofi/rofi.nix
|
||||
../apps/element.nix
|
||||
../apps/discord.nix
|
||||
./terminal.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# Desktop Applications
|
||||
signal-desktop
|
||||
firefox
|
||||
|
||||
# Common utilities
|
||||
feh
|
||||
networkmanagerapplet # network control
|
||||
hyprlock # lock screen
|
||||
@@ -34,7 +40,7 @@
|
||||
# Hint for electron apps to use wayland
|
||||
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
# Micelaneious config files
|
||||
# Miscelaneous config files
|
||||
home.file = {
|
||||
".XCompose".source = ./config/XCompose;
|
||||
};
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
{ lib, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
obsidian
|
||||
];
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
tray = {
|
||||
|
||||
Reference in New Issue
Block a user