[discord] Fix some ozone/wayland stuff
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
imports = map (x: ../../../home-manager + x) [
|
||||
"/features/development/development.nix"
|
||||
@@ -20,14 +20,6 @@
|
||||
userEmail = "periodic@blazestar.net";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# Applications
|
||||
discord
|
||||
signal-desktop
|
||||
obsidian
|
||||
firefox
|
||||
];
|
||||
|
||||
# Set up eww here because it's based on the monitor configuration
|
||||
# Eww is idempotent, so it's fine to just run it on every reload to make sure things are open
|
||||
wayland.windowManager.hyprland.settings.execr-once = [
|
||||
|
||||
Reference in New Issue
Block a user