mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Add theme override for pt
Dark theme messes up the UI Also update pt
This commit is contained in:
@@ -5,32 +5,6 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
/*
|
|
||||||
xdg.desktopEntries = {
|
|
||||||
"clion" = {
|
|
||||||
name = "CLion (Nix Shell)";
|
|
||||||
genericName = "C/C++ IDE from JetBrains";
|
|
||||||
exec = "nix develop ${config.xdg.configHome}/nix-shells/cpp -c clion %f";
|
|
||||||
icon = "clion";
|
|
||||||
type = "Application";
|
|
||||||
terminal = false;
|
|
||||||
categories = [
|
|
||||||
"Development"
|
|
||||||
"IDE"
|
|
||||||
];
|
|
||||||
settings = {
|
|
||||||
StartupWMClass = "jetbrains-clion";
|
|
||||||
};
|
|
||||||
mimeType = [
|
|
||||||
"text/x-c++src"
|
|
||||||
"text/x-c++hdr"
|
|
||||||
"text/x-csrc"
|
|
||||||
"text/x-chdr"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
*/
|
|
||||||
|
|
||||||
xdg.dataFile."applications/clion.desktop".text = ''
|
xdg.dataFile."applications/clion.desktop".text = ''
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
@@ -43,4 +17,17 @@
|
|||||||
StartupWMClass=jetbrains-clion
|
StartupWMClass=jetbrains-clion
|
||||||
MimeType=text/x-c++src;text/x-c++hdr;text/x-csrc;text/x-chdr;
|
MimeType=text/x-c++src;text/x-c++hdr;text/x-csrc;text/x-chdr;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
xdg.dataFile."applications/cisco-packet-tracer-9.desktop".text = ''
|
||||||
|
[Desktop Entry]
|
||||||
|
StartupWMClass=PacketTracer
|
||||||
|
Name=Cisco Packet Tracer 9.0.0
|
||||||
|
Type=Application
|
||||||
|
Categories=Education;
|
||||||
|
Exec=env QT_STYLE_OVERRIDE=adwaita packettracer9 %f
|
||||||
|
Icon=cisco-packet-tracer-9
|
||||||
|
Terminal=false
|
||||||
|
StartupNotify=true
|
||||||
|
MimeType=application/x-pkt;application/x-pka;application/x-pkz;application/x-pks;application/x-pksz;
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
"ventoy-gtk3-1.1.10"
|
"ventoy-gtk3-1.1.10"
|
||||||
"cisco-packet-tracer-8.2.2"
|
"cisco-packet-tracer_9"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
overlays = [
|
overlays = [
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
ntfs3g
|
ntfs3g
|
||||||
nufraw-thumbnailer
|
nufraw-thumbnailer
|
||||||
obsidian
|
obsidian
|
||||||
ciscoPacketTracer8
|
cisco-packet-tracer_9
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
pbzip2
|
pbzip2
|
||||||
pciutils
|
pciutils
|
||||||
|
|||||||
Reference in New Issue
Block a user