update flake

This commit is contained in:
2026-04-25 18:03:21 +02:00
parent f50a5caee5
commit 12ad8a7dfa
3 changed files with 35 additions and 35 deletions

View File

@@ -262,7 +262,6 @@ in
noctalia-shell = {
enable = true;
systemd.enable = true;
settings = {
appLauncher.terminalCommand = "alacritty -e";

View File

@@ -3,7 +3,7 @@
#
{ pkgs, ... }:
{ pkgs, config, ... }:
{
@@ -12,6 +12,7 @@
programs = {
firefox = {
enable = true;
configPath = "${config.xdg.configHome}/mozilla/firefox";
#package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
#forceWayland = true;
# extraPolicies = {