update niri, rename openmw, remove cat-discord, refactor flake inputs

This commit is contained in:
Sean Kovacs 2026-02-28 11:40:56 -05:00
commit 22ff823804
Signed by: sckova
GPG key ID: 00F325187C68651A
7 changed files with 27 additions and 110 deletions

View file

@ -4,12 +4,9 @@
...
}:
let
catppuccin-discord = "${pkgs.catppuccin-discord}/share/catppuccin-discord/catppuccin-mocha-*.theme.css";
mergedThemes = pkgs.runCommand "mergedConfig" { } ''
mkdir -p $out
cp -rvf ${pkgs.base16-discord-git}/base16.css $out/base16.css
cp -rvf ${catppuccin-discord} $out
'';
vesktopSettings = {

View file

@ -3,7 +3,7 @@
...
}:
{
home.packages = with pkgs; [ openmw ];
home.packages = with pkgs; [ openmw-unstable ];
home.sessionVariables.SDL_VIDEO_DRIVER = "wayland";
programs.firefox.profiles.default.search.engines.uesp = {

View file

@ -68,7 +68,7 @@
showCapsule = true;
barType = "simple";
capsuleColorKey = "none";
capsuleOpacity = 1;
capsuleOpacity = 0.90;
displayMode = "always_visible";
floating = false;
marginHorizontal = 5;