Compare commits
No commits in common. "7d8d428629b3290e14e668ba7a3909cd5581fb11" and "14fc51fe18f0d45aade3b076a5e0a9eab91435d0" have entirely different histories.
7d8d428629
...
14fc51fe18
7 changed files with 7 additions and 38 deletions
|
@ -5,7 +5,7 @@
|
|||
# Common configuration
|
||||
./common.nix
|
||||
# osu!
|
||||
./osu
|
||||
./osu.nix
|
||||
];
|
||||
|
||||
# Home Manager needs a bit of information about you and the
|
||||
|
|
|
@ -10,8 +10,7 @@ in
|
|||
# We use our own firefox
|
||||
# ./firefox.nix
|
||||
# osu!
|
||||
# ./osu
|
||||
|
||||
# ./osu.nix
|
||||
];
|
||||
|
||||
# Home Manager needs a bit of information about you and the
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# We use our own firefox
|
||||
# ./firefox.nix
|
||||
# osu!
|
||||
./osu
|
||||
./osu.nix
|
||||
];
|
||||
|
||||
# Home Manager needs a bit of information about you and the
|
||||
|
|
|
@ -22,7 +22,7 @@ in
|
|||
# We use our own firefox
|
||||
# ./firefox.nix
|
||||
# osu!
|
||||
./osu
|
||||
./osu.nix
|
||||
];
|
||||
|
||||
# Home Manager needs a bit of information about you and the
|
||||
|
|
|
@ -18,7 +18,6 @@ let
|
|||
''
|
||||
mv -v $out/bin/${pname} $out/bin/osu\!
|
||||
install -m 444 -D ${contents}/osu\!.desktop -t $out/share/applications
|
||||
install -m 444 -D ${./mimetypes.xml} $out/share/mime/packages/${pname}.xml
|
||||
for i in 16 32 48 64 96 128 256 512 1024; do
|
||||
install -D ${contents}/osu.png $out/share/icons/hicolor/''${i}x$i/apps/osu.png
|
||||
done
|
|
@ -1,29 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
||||
<mime-type type="application/x-osu-beatmap-archive">
|
||||
<icon name="osu"/>
|
||||
<comment xml:lang="en">osu! Beatmap Archive</comment>
|
||||
<glob pattern="*.osz"/>
|
||||
<glob pattern="*.olz"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-osu-skin-archive">
|
||||
<icon name="osu"/>
|
||||
<comment xml:lang="en">osu! Skin Archive</comment>
|
||||
<glob pattern="*.osk"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-osu-beatmap">
|
||||
<icon name="osu"/>
|
||||
<comment xml:lang="en">osu! Beatmap</comment>
|
||||
<glob pattern="*.osu"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-osu-storyboard">
|
||||
<icon name="osu"/>
|
||||
<comment xml:lang="en">osu! Storyboard</comment>
|
||||
<glob pattern="*.osb"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-osu-replay">
|
||||
<icon name="osu"/>
|
||||
<comment xml:lang="en">osu! Replay</comment>
|
||||
<glob pattern="*.osr"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
|
@ -357,9 +357,9 @@ in
|
|||
|
||||
config.sway.default = [ "wlr" "kde" "kwallet" ];
|
||||
config.niri = {
|
||||
default = [ "kde" "gnome" "gtk" ];
|
||||
# "org.freedesktop.impl.portal.Access" = "gtk";
|
||||
# "org.freedesktop.impl.portal.Notification" = "gtk";
|
||||
default = [ "gnome" "gtk" ];
|
||||
"org.freedesktop.impl.portal.Access" = "gtk";
|
||||
"org.freedesktop.impl.portal.Notification" = "gtk";
|
||||
"org.freedesktop.impl.portal.Secret" = "kwallet";
|
||||
"org.freedesktop.impl.portal.FileChooser" = "kde";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue