mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Cleaned unnecessary config
This commit is contained in:
parent
5dcc429875
commit
127c3ae539
|
@ -25,8 +25,6 @@
|
|||
git
|
||||
syncthing
|
||||
|
||||
# Media
|
||||
tuxpaint
|
||||
];
|
||||
|
||||
xdg.enable = true;
|
||||
|
|
|
@ -129,7 +129,6 @@
|
|||
movit
|
||||
mediainfo
|
||||
libmediainfo
|
||||
mediainfo-gui
|
||||
audio-recorder
|
||||
gnome.cheese
|
||||
ardour
|
||||
|
@ -169,6 +168,7 @@
|
|||
xdg.mime.enable = true;
|
||||
xdg.mimeApps.enable = true;
|
||||
xdg.mimeApps.associations.added = {
|
||||
# TODO fix mime associations, most of them are totally broken :(
|
||||
"application/octet-stream" = "flstudio.desktop;";
|
||||
};
|
||||
|
||||
|
|
|
@ -233,7 +233,6 @@
|
|||
windowrulev2 = opacity 1.0,class:^(org.qutebrowser.qutebrowser),fullscreen:1
|
||||
windowrulev2 = opacity 1.0,class:^(Brave-browser),fullscreen:1
|
||||
windowrulev2 = opacity 1.0,class:^(librewolf),fullscreen:1
|
||||
windowrulev2 = opacity 0.80,title:Heimdall
|
||||
windowrulev2 = opacity 0.80,title:^(LibreWolf)$
|
||||
windowrulev2 = opacity 0.80,title:^(New Tab - LibreWolf)$
|
||||
windowrulev2 = opacity 0.80,title:^(New Tab - Brave)$
|
||||
|
|
Loading…
Reference in a new issue