update niri, rename openmw, remove cat-discord, refactor flake inputs
This commit is contained in:
parent
6044d8370c
commit
94166f255b
7 changed files with 27 additions and 110 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
showCapsule = true;
|
||||
barType = "simple";
|
||||
capsuleColorKey = "none";
|
||||
capsuleOpacity = 1;
|
||||
capsuleOpacity = 0.90;
|
||||
displayMode = "always_visible";
|
||||
floating = false;
|
||||
marginHorizontal = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue