mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-03-31 17:50:23 +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 = ''
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
@@ -43,4 +17,17 @@
|
||||
StartupWMClass=jetbrains-clion
|
||||
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;
|
||||
permittedInsecurePackages = [
|
||||
"ventoy-gtk3-1.1.10"
|
||||
"cisco-packet-tracer-8.2.2"
|
||||
"cisco-packet-tracer_9"
|
||||
];
|
||||
};
|
||||
overlays = [
|
||||
@@ -117,7 +117,7 @@
|
||||
ntfs3g
|
||||
nufraw-thumbnailer
|
||||
obsidian
|
||||
ciscoPacketTracer8
|
||||
cisco-packet-tracer_9
|
||||
papirus-icon-theme
|
||||
pbzip2
|
||||
pciutils
|
||||
|
||||
Reference in New Issue
Block a user